From 9fcaddaa07ebbfac8458b611990cd4d15c239014 Mon Sep 17 00:00:00 2001 From: Kyle Marek-Spartz Date: Sat, 17 Jan 2015 20:20:05 -0600 Subject: [PATCH] Make prep Phony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f3a28397..f3c9337d 100644 --- a/Makefile +++ b/Makefile @@ -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