Skip to content
Snippets Groups Projects
Commit c225ae48 authored by BG Dummy's avatar BG Dummy
Browse files

sorted osx build directory

parent 17d0fe67
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ECHO = echo ...@@ -14,7 +14,7 @@ ECHO = echo
BUILD_DIR = build BUILD_DIR = build
C_SOURCES = src/SDL_FontCache.c C_SOURCES = src/SDL_FontCache.c
CPP_SOURCES = src/app.cpp src.cpp/context.cpp CPP_SOURCES = src/app.cpp src/context.cpp
OBJECTS = $(addprefix $(BUILD_DIR)/,$(notdir $(CPP_SOURCES:.cpp=.o))) OBJECTS = $(addprefix $(BUILD_DIR)/,$(notdir $(CPP_SOURCES:.cpp=.o)))
vpath %.cpp $(sort $(dir $(CPP_SOURCES))) vpath %.cpp $(sort $(dir $(CPP_SOURCES)))
...@@ -62,7 +62,7 @@ $(BUILD_DIR)/assignment: $(OBJECTS) $(BUILD_DIR)/assignment.o Makefile ...@@ -62,7 +62,7 @@ $(BUILD_DIR)/assignment: $(OBJECTS) $(BUILD_DIR)/assignment.o Makefile
# clean up # clean up
####################################### #######################################
clean: clean:
-rm -fR $(BUILD_DIR)/assignment $(BUILD_DIR)/sprite $(BUILD_DIR)/shapes $(BUILD_DIR)/splat -rm -fR $(BUILD_DIR)/assignment $(BUILD_DIR)/sprite $(BUILD_DIR)/shapes $(BUILD_DIR)/splat $(BUILD_DIR)/*.o
####################################### #######################################
# dependencies # dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment