ag/codea: remove cscope.out tags too
[uebersetzerbau-ss10.git] / codea / Makefile
index 57559f644ad01683434316f5583a44ee2c2ceabc..f3292ef4accfb8f53ad7460e91bb9e8126811f38 100644 (file)
@@ -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: