From: Ricardo Markiewicz Date: Sun, 30 Oct 2005 01:30:44 +0000 (+0000) Subject: Agrego -f para que clean no falle. X-Git-Tag: 1_0-pre2~31 X-Git-Url: https://git.llucax.com/z.facultad/75.52/treemulator.git/commitdiff_plain/3b5fa4bd9c6e9214218f51a99f68197f752aac46?ds=inline Agrego -f para que clean no falle. --- 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 +