Allow to build just the binaries or just the libraries from the top level Makefile.

This commit is contained in:
Oliver Schmidt
2013-05-07 17:49:35 +02:00
parent 5ddf9e0878
commit 969c3b7488
3 changed files with 11 additions and 8 deletions

View File

@@ -47,11 +47,11 @@ endif
.SUFFIXES:
.PHONY: all $(TARGETS) mostlyclean clean
.PHONY: all lib $(TARGETS) mostlyclean clean
ifndef TARGET
all: $(TARGETS)
all lib: $(TARGETS)
$(TARGETS):
@$(MAKE) --no-print-directory $@