From 90f36dface61fc5194f451bc07de77bb8c8e9866 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 26 May 2009 14:27:52 +0000 Subject: include lib when check draklive --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 {} \; -- cgit v1.2.1