Skip to content

Commit

Permalink
Merge pull request #757 from emilazy/push-vwxvknzoyxvx
Browse files Browse the repository at this point in the history
  • Loading branch information
mickelson authored Aug 2, 2024
2 parents 6ab07d2 + 8b2a16d commit 6ed3a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ $(OBJ_DIR)/%.o: $(SRC_DIR)/%.cpp $(DEP) | $(OBJ_DIR)

$(OBJ_DIR)/%.o: $(SRC_DIR)/%.mm $(DEP) | $(OBJ_DIR)
$(CC_MSG)
$(SILENT)$(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS) $(FE_FLAGS)
$(SILENT)$(CXX) -c -o $@ $< $(CXXFLAGS) $(CPPFLAGS) $(FE_FLAGS)

$(EXE): $(OBJ) $(EXPAT) $(SQUIRREL) $(AUDIO)
$(EXE_MSG)
Expand Down

0 comments on commit 6ed3a1e

Please sign in to comment.