1
0
forked from Mirror/wren

Make prep Phony

This commit is contained in:
Kyle Marek-Spartz
2015-01-17 20:20:05 -06:00
parent ea32ba5f55
commit 9fcaddaa07

View File

@ -20,7 +20,7 @@ DEBUG_LIB_OBJECTS = $(subst build/debug/main.o,,$(DEBUG_OBJECTS))
RELEASE_LIB_OBJECTS = $(subst build/release/main.o,,$(RELEASE_OBJECTS))
RELEASE_CPP_LIB_OBJECTS = $(subst build/release-cpp/main.o,,$(RELEASE_CPP_OBJECTS))
.PHONY: all clean test builtin docs watchdocs
.PHONY: all clean test builtin docs watchdocs prep
all: release