diff --git a/Makefile b/Makefile index de65fa4e..1a22626f 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,6 @@ ifeq ($(DEBUG_SAVE), 1) endif CXXFLAGS += -std=c++98 -MMD -MP -MF $@.d `pkg-config sdl2 --cflags` -LIBS += -lkernel32 -lgdi32 -lddraw -ldinput -ldsound -lversion -lshlwapi -limm32 -lwinmm -ldxguid ifeq ($(STATIC), 1) LDFLAGS += -static