Make memchk phony
This commit is contained in:
parent
0f5abc86ac
commit
a46277aa5c
1
makefile
1
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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user