summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-12-03 22:19:11 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-12-03 22:19:11 (GMT)
commitb827ecf72894156c1727482b145dc9e7a116dbc9 (patch)
tree162d5ac7127a687e6ed21dd4d25a939abc7b6a28 /Makefile
parent18b3ef9873779e7613c135e2ce61b945749f6128 (diff)
downloadlz4-b827ecf72894156c1727482b145dc9e7a116dbc9.zip
lz4-b827ecf72894156c1727482b145dc9e7a116dbc9.tar.gz
lz4-b827ecf72894156c1727482b145dc9e7a116dbc9.tar.bz2
Clarified a few comments
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 66c8c4b..f5bf4b5 100644
--- a/Makefile
+++ b/Makefile
@@ -72,12 +72,13 @@ endif
default: lz4programs
- @cd $(PRGDIR); $(MAKE) -e
-all: lz4programs
+all:
+ @cd $(LZ4DIR); $(MAKE) -e all
+ @cd $(PRGDIR); $(MAKE) -e all
lz4programs:
- @cd $(PRGDIR); $(MAKE) -e all
+ @cd $(PRGDIR); $(MAKE) -e
clean:
@rm -f $(DISTRIBNAME) *.sha1