[makefile] silence clean target and add missing Makefile

This commit is contained in:
Gautier Hattenberger
2013-02-22 11:07:17 +01:00
committed by Felix Ruess
parent 446231949b
commit 737d7d3c8b
46 changed files with 175 additions and 48 deletions
+1 -1
View File
@@ -28,5 +28,5 @@ test:
$(Q)$(PERLENV) $(PERL) "-e" "$(RUNTESTS)"
clean:
rm -rf results/*
$(Q)rm -rf results/*