]> git.llucax.com Git - z.facultad/75.52/treemulator.git/commitdiff
Agrego -f para que clean no falle.
authorRicardo Markiewicz <rmarkie@fi.uba.ar>
Sun, 30 Oct 2005 01:30:44 +0000 (01:30 +0000)
committerRicardo Markiewicz <rmarkie@fi.uba.ar>
Sun, 30 Oct 2005 01:30:44 +0000 (01:30 +0000)
test/Makefile [new file with mode: 0644]

diff --git a/test/Makefile b/test/Makefile
new file mode 100644 (file)
index 0000000..dcb88e8
--- /dev/null
@@ -0,0 +1,9 @@
+
+test:
+       @bash test.sh
+
+clean:
+       @rm -fv test.idx gmon.out
+
+.PHONY: test
+