]> git.llucax.com Git - z.facultad/75.52/treemulator.git/blob - test/Makefile
Bugfix del test.sh para que no 'oculte' errores por SIGSEGV.
[z.facultad/75.52/treemulator.git] / test / Makefile
1
2 test:
3         @bash test.sh
4
5 clean:
6         @rm -fv test.idx gmon.out
7
8 .PHONY: test
9