Makefile: fix make debug.

master
Drake 2 years ago
parent e11c85017a
commit 6617f684b8

@ -11,8 +11,8 @@ DESTDIR ?= /
.PHONY: all debug clean build-release install .PHONY: all debug clean build-release install
all: all:
@$(shell mkdir -p bin) @$(shell mkdir -p bin)
@$(MAKE) -s ${PROGS} all: ${PROGS}
@$(MAKE) -s dbox all: dbox
${PROGS}: ${PROGS}:
@echo Building $@.. @echo Building $@..

Loading…
Cancel
Save