summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ab8d6e..f2f5125 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,11 @@ DESTDIR="" # leave empty for the current system or provide a fakeroot here
PREFIX="/usr"
-.PHONY: clean install tarball
+.PHONY: all clean install tarball
+
+
+all:
+ make -C src all
clean: