diff --git a/Makefile b/Makefile index 9be8fbf..930ceac 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ DESTDIR ?= / .PHONY: all debug clean build-release install all: @$(shell mkdir -p bin) - @$(MAKE) -s ${PROGS} - @$(MAKE) -s dbox +all: ${PROGS} +all: dbox ${PROGS}: @echo Building $@..