summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 863c866..2b2f269 100644
--- a/Makefile
+++ b/Makefile
@@ -58,12 +58,16 @@ VOID = /dev/null
endif
+.PHONY: default all lib lz4programs clean
+
default: lz4programs
-all:
- @cd $(LZ4DIR); $(MAKE) -e all
+all: lib
@cd $(PRGDIR); $(MAKE) -e all
+lib:
+ @cd $(LZ4DIR); $(MAKE) -e all
+
lz4programs:
@cd $(PRGDIR); $(MAKE) -e