From 4a0c38359c0320d66ec6b1f04244b5ed4ba39a27 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 9 Dec 2014 07:27:30 -0800 Subject: * Makefile (all): Mark as phony target. --- ChangeLog | 4 ++++ Makefile | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 976ddafb..ea24ad7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-12-09 Kaz Kylheku + + * Makefile (all): Mark as phony target. + 2014-12-09 Kaz Kylheku Condensed make output. diff --git a/Makefile b/Makefile index 2d45f08b..e89f3ecb 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,7 @@ opt/%.o: %.c $(call ABBREV2,CC,$<) $(V)$(CC) $(OPT_FLAGS) $(CFLAGS) -c -o $@ $< +.PHONY: all all: $(BUILD_TARGETS) $(PROG): $(OPT_OBJS) -- cgit v1.2.3