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)