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
all:
@$(shell mkdir -p bin)
@$(MAKE) -s ${PROGS}
@$(MAKE) -s dbox
all: ${PROGS}
all: dbox
${PROGS}:
@echo Building $@..

Loading…
Cancel
Save