diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,7 +30,7 @@ TESTS = $(wildcard t/*.t) .PHONY: $(TESTS) $(TESTS): perl -Ilib $@ - perl -c ulri - perl -c iurt - perl -c emi + perl -Ilib -c ulri + perl -Ilib -c iurt + perl -Ilib -c emi check: $(TESTS) |