From 5c3f0415b19b74216120869fd5a02187c51be12b Mon Sep 17 00:00:00 2001 From: jeefo Date: Mon, 19 Sep 2016 19:05:47 +0300 Subject: [PATCH] more fixes --- project/makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/project/makefile b/project/makefile index fada463..8e74523 100644 --- a/project/makefile +++ b/project/makefile @@ -94,8 +94,6 @@ $(BIN_DIR)/%.o: %.cpp $(CPP) $(INCLUDE) $(CFLAGS) $(CPPFLAGS) -o $(subst $(SRC_DIR)/,,$@) -c $< main: - mkdir -p release - mkdir -p debug $(MAKE) $(PROJECT) $(PROJECT): $(OBJ_BIN)