diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |