diff --git a/Makefile b/Makefile index fa84b46..789e3c3 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ DESTDIR ?= / .PHONY: all debug clean build-release install all: $(shell mkdir -p bin) all: ${PROGS} +all: main.c ${PROGS}: @echo Building $@..