summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index abd6177..30b717b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,19 @@
NAME = drakiso
VERSION = 1.0
+all:
+ make -C bootloader
+
check:
- perl -cw -I./lib $(NAME)
+ perl -cw -I./lib drakclassic
+ perl -cw -I./lib draklive
+
+perl_check:
+ perl_checker --restrict-to-files --no-suggest-simpler draklive drakclassic lib/MGA/DrakISO/*
clean:
find -name '*~' -exec rm {} \;
+ make -C bootloader clean
dist: dis
dis: clean