Merge pull request #114 from funbars/cleanup

makefile cleanup
This commit is contained in:
Twinaphex 2019-07-17 22:49:37 +02:00 committed by GitHub
commit ef3ecc7612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -585,7 +585,6 @@ else
endif
$(TARGET): $(OBJECTS)
@echo "** BUILDING $(TARGET) FOR PLATFORM $(platform) **"
ifeq ($(platform), emscripten)
$(CXX) $(CXXFLAGS) $(OBJOUT)$@ $^
else ifeq ($(STATIC_LINKING), 1)