diff options
Diffstat (limited to 'draw/make.mk')
-rw-r--r-- | draw/make.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/make.mk b/draw/make.mk index 9756446..1c60780 100644 --- a/draw/make.mk +++ b/draw/make.mk @@ -1,7 +1,7 @@ DIR_DRAW = draw/ SOURCES_DRAW += draw/glui.c draw/tui.c draw/ui.c OBJECTS_DRAW += $(SOURCES_DRAW:.c=.o) -LDFLAGS += -lGL +LDFLAGS += -lGL `sdl2-config --cflags --libs` OBJECTS_DIR_DRAW += $(subst $(DIR_DRAW),$(BUILD_DIR)$(DIR_DRAW),$(OBJECTS_DRAW)) |