From 81d6b563412d9fe6b7fc6832778492a848494047 Mon Sep 17 00:00:00 2001 From: "Louis P. Santillan" Date: Mon, 25 May 2015 21:48:40 -0700 Subject: Makefile cleanups to make building with Andrew Wu's build-djgpp cross compilers (and everyone else) simpler. --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 88c4016..b684ec9 100644 --- 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 -- cgit v0.12