summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 30b717b..9f88e35 100644
--- a/Makefile
+++ b/Makefile
@@ -6,10 +6,10 @@ all:
check:
perl -cw -I./lib drakclassic
- perl -cw -I./lib draklive
+ perl -cw -I./lib draklive2
perl_check:
- perl_checker --restrict-to-files --no-suggest-simpler draklive drakclassic lib/MGA/DrakISO/*
+ perl_checker --restrict-to-files --no-suggest-simpler draklive2 drakclassic lib/MGA/DrakISO/*
clean:
find -name '*~' -exec rm {} \;