From 657a92e96450fe4ab2ab5d7b92386910069cea91 Mon Sep 17 00:00:00 2001 From: Vincent Hamm Date: Sat, 25 May 2002 18:56:28 +0000 Subject: fixed a missplaced memset in akos code. Fixed a typo in the Makefile svn-id: r4384 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3