diff --git a/Makefile b/Makefile index 060c514..cefe73f 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ else endif CPPFLAGS += $(shell sdl2-config --cflags) -LDFLAGS += -lGL4Dummies $(shell sdl2-config --libs) -lSDL2_mixer +LDFLAGS += -lGL4Dummies $(shell sdl2-config --libs) -lSDL2_mixer -lSDL2_image %.o: %.c $(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@