X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=codea%2FMakefile;h=f3292ef4accfb8f53ad7460e91bb9e8126811f38;hb=f7e4c1db1ca6885f09103799c59da9dbe969dec5;hp=57559f644ad01683434316f5583a44ee2c2ceabc;hpb=34c7d86c1434c7066fbc29ba337afa21bb19bae6;p=uebersetzerbau-ss10.git diff --git a/codea/Makefile b/codea/Makefile index 57559f6..f3292ef 100644 --- a/codea/Makefile +++ b/codea/Makefile @@ -36,6 +36,10 @@ oxout.y oxout.l: parser.y scanner.lex .PHONY: clean clean: + rm -f $(NAME) $(OBJS) scanner.c parser.{h,c,output} oxout.{y,l,h} code.c cscope.out tags + +.PHONY: myclean +myclean: rm -f $(NAME) $(OBJS) scanner.c parser.{h,c,output} oxout.{y,l,h} code.c 1test: