ag/codea: remove cscope.out tags too
[uebersetzerbau-ss10.git] / codea / Makefile
index b6673a14018d36ff5a8cedba22a3e70f51996fac..f3292ef4accfb8f53ad7460e91bb9e8126811f38 100644 (file)
@@ -36,9 +36,14 @@ 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: 2test
+1test:
+       ./modtest
 
-2test:
+lvatest:
        /usr/ftp/pub/ublu/test/$(NAME)/test 2>&1