diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -206,7 +206,7 @@ $(TARGET): $(OBJECTS) ifeq ($(STATIC_LINKING), 1) $(AR) rcs $@ $(OBJECTS) else - $(CXX) -o $@ $^ $(LDFLAGS) + $(CC) -o $@ $^ $(LDFLAGS) endif %.o: %.cpp |