Andy Baugh 3 månader sedan
förälder
incheckning
e3bae81a86
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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