summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d44d8c..f3dc76b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ NAME = draklive
VERSION = 0.8
check:
- perl -cw $(NAME)
+ perl -cw -I./lib $(NAME)
clean:
find -name '*~' -exec rm {} \;