aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c87ef72..7b555cc 100644
--- a/Makefile
+++ b/Makefile
@@ -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)