Browse Source

Die early

Andy Baugh 3 months ago
parent
commit
e3bae81a86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -3,4 +3,4 @@ test: compilecheck
 
 FILES2CHECK = $(shell find lib/ -name '*.pm')
 compilecheck:
-	$(foreach FILE,$(FILES2CHECK),perl -Ilib -c $(FILE);)
+	$(foreach FILE,$(FILES2CHECK),@perl -Ilib -c $(FILE);)