diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ LIBS = -lncurses # Comment this if you want to disable SDL output OBJS = sdl.o -INCLUDE += `sdl-config --cflags` +INCLUDES += `sdl-config --cflags` LIBS += `sdl-config --libs` DEFINES += -DUNIX |