more fixes

This commit is contained in:
jeefo 2016-09-19 19:05:47 +03:00 committed by GitHub
commit 5c3f0415b1

View file

@ -94,8 +94,6 @@ $(BIN_DIR)/%.o: %.cpp
$(CPP) $(INCLUDE) $(CFLAGS) $(CPPFLAGS) -o $(subst $(SRC_DIR)/,,$@) -c $< $(CPP) $(INCLUDE) $(CFLAGS) $(CPPFLAGS) -o $(subst $(SRC_DIR)/,,$@) -c $<
main: main:
mkdir -p release
mkdir -p debug
$(MAKE) $(PROJECT) $(MAKE) $(PROJECT)
$(PROJECT): $(OBJ_BIN) $(PROJECT): $(OBJ_BIN)