From 6617f684b8ebca7330ace2931a6c608e7ba3072e Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Wed, 26 Jan 2022 21:13:21 -0500 Subject: [PATCH] Makefile: fix make debug. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 $@..