Makefile: build main.c in all target.

master
Drake 3 years ago
parent d395b0ae28
commit 8dcabbbc5e
No known key found for this signature in database
GPG Key ID: 9B83455BD94F12A3

@ -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 $@..

Loading…
Cancel
Save