From f7e4c1db1ca6885f09103799c59da9dbe969dec5 Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Tue, 4 May 2010 13:29:27 +0200 Subject: [PATCH] ag/codea: remove cscope.out tags too --- ag/Makefile | 2 +- codea/Makefile | 4 ++++ codea/modtest | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ag/Makefile b/ag/Makefile index a74a1f4..1ca5f9a 100644 --- a/ag/Makefile +++ b/ag/Makefile @@ -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 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: diff --git a/codea/modtest b/codea/modtest index 8fb0018..15baf00 100755 --- a/codea/modtest +++ b/codea/modtest @@ -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 -- 2.25.1