aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a8cd0c678..dc675a130b 100644
--- a/Makefile
+++ b/Makefile
@@ -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