Adding a clean target to the tests make file to fix a warning when running make clean.

Corrected a typo in the LisaL tests.
This commit is contained in:
Bernard Davison
2012-03-21 15:21:42 +11:00
parent d743651832
commit 763bd7234d
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -27,3 +27,6 @@ endif
test:
$(Q)$(PERLENV) $(PERL) "-e" "$(RUNTESTS)"
clean:
rm -rf results/*