Makefile cleanups to make building with Andrew Wu's build-djgpp cross compilers ...
authorLouis P. Santillan <lpsantil@gmail.com>
Tue, 26 May 2015 04:48:40 +0000 (21:48 -0700)
committerLouis P. Santillan <lpsantil@gmail.com>
Tue, 26 May 2015 04:48:40 +0000 (21:48 -0700)
Makefile

index 88c4016..b684ec9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -60,9 +60,13 @@ endif
 
 default: lz4programs
 
-all: 
+all: lz4lib lz4programs
+
+lz4lib:
        @cd $(LZ4DIR); $(MAKE) -e all
-       @cd $(PRGDIR); $(MAKE) -e all
+
+lz4lib-djgpp:
+       @cd $(LZ4DIR); $(MAKE) -e liblz4-static
 
 lz4programs:
        @cd $(PRGDIR); $(MAKE) -e