From 3b5fa4bd9c6e9214218f51a99f68197f752aac46 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Sun, 30 Oct 2005 01:30:44 +0000 Subject: [PATCH] Agrego -f para que clean no falle. --- test/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/Makefile diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..dcb88e8 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,9 @@ + +test: + @bash test.sh + +clean: + @rm -fv test.idx gmon.out + +.PHONY: test + -- 2.43.0