diff options
Diffstat (limited to 'draw/make.mk')
-rw-r--r-- | draw/make.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/draw/make.mk b/draw/make.mk deleted file mode 100644 index a626ca6..0000000 --- a/draw/make.mk +++ /dev/null @@ -1,11 +0,0 @@ -DIR_DRAW = draw/ -SOURCES_DRAW += draw/glui.c draw/tui.c draw/ui.c -OBJECTS_DRAW += $(SOURCES_DRAW:.c=.o) -LDFLAGS += -lGL `sdl2-config --cflags --libs` -LDFLAGS_BSD += - - -OBJECTS_DIR_DRAW += $(subst $(DIR_DRAW),$(BUILD_DIR)$(DIR_DRAW),$(OBJECTS_DRAW)) - -OBJECTS += $(OBJECTS_DRAW) -OBJECTS_FINAL += $(OBJECTS_DIR_DRAW)
\ No newline at end of file |