From a46277aa5cf1427134bff0fcbd1071c9ff6e796b Mon Sep 17 00:00:00 2001 From: rexy712 Date: Tue, 16 Jul 2019 17:05:01 -0700 Subject: [PATCH] Make memchk phony --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 5314f16..0c97046 100644 --- a/makefile +++ b/makefile @@ -51,6 +51,7 @@ SOURCES:=$(foreach source,$(SOURCE_DIRS),$(foreach ext,$(EXT),$(wildcard $(sourc OBJECTS:=$(addprefix $(OBJDIR)/,$(subst \,.,$(subst /,.,$(addsuffix .o,$(SOURCES))))) all: $(MAIN_EXECUTABLE) +.PHONY: memchk memchk: $(MAIN_EXECUTABLE) $(MAIN_EXECUTABLE): $(OBJECTS)