summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d6e3d0d..4a7a0c5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,11 @@
NAME = draklive-install
VERSION = 1.3
-all install:
- make $(MAKECMDGOALS) -C po
+all:
+ make -C po
+
+install:
+ make -C po install
check:
perl -cw $(NAME)