codea: super mega opt fuer einen sub spezialfall
[uebersetzerbau-ss10.git] / codea / Makefile
index f3292ef4accfb8f53ad7460e91bb9e8126811f38..5717ca09c284fc645ba62a13ea6fa6d93e688510 100644 (file)
@@ -36,14 +36,13 @@ 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:
-       ./modtest
+       ~/test/scripts/modlvatest_codea.sh 2>&1
 
 lvatest:
        /usr/ftp/pub/ublu/test/$(NAME)/test 2>&1
+
+bench:
+       ~/test/scripts/bench.sh $(NAME)