Browse Source

Die early

Andy Baugh 3 tháng trước cách đây
mục cha
commit
e3bae81a86
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);)