ag/codea: remove cscope.out tags too
authorBernhard Urban <lewurm@gmail.com>
Tue, 4 May 2010 11:29:27 +0000 (13:29 +0200)
committerBernhard Urban <lewurm@gmail.com>
Tue, 4 May 2010 11:32:08 +0000 (13:32 +0200)
ag/Makefile
codea/Makefile
codea/modtest

index a74a1f459ab22aa4ba13a29e8ff46f0b57f5272c..1ca5f9a8cd143cb66db5eaa775abe2a2d55268b3 100644 (file)
@@ -29,7 +29,7 @@ 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}
+       rm -f $(NAME) $(OBJS) scanner.c parser.{h,c,output} oxout.{y,l,h} cscope.out tags
 
 1test: 2test
 
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:
index 8fb0018e897883c0da5be9faae4414273d8b1d97..15baf009ffc76a92227a7190731d2e26cf17c714 100755 (executable)
@@ -19,7 +19,7 @@ if [ ! -d ~/abgabe/$beispiel ]; then
 else
   cd ~/abgabe/$beispiel
   echo 'Teste "make clean"'
-  make clean
+  make myclean
   /usr/ftp/pub/ubvl/test/cleantest
   echo 'Teste "make"'
   make