diff options
author | Vincent Hamm | 2002-05-25 18:56:28 +0000 |
---|---|---|
committer | Vincent Hamm | 2002-05-25 18:56:28 +0000 |
commit | 657a92e96450fe4ab2ab5d7b92386910069cea91 (patch) | |
tree | 0e8dc570303513fe9962e801a1843d1072bcb978 /Makefile | |
parent | 3255ea12789ae3d6bd9fc93b302b7d7f7317f4fb (diff) | |
download | scummvm-rg350-657a92e96450fe4ab2ab5d7b92386910069cea91.tar.gz scummvm-rg350-657a92e96450fe4ab2ab5d7b92386910069cea91.tar.bz2 scummvm-rg350-657a92e96450fe4ab2ab5d7b92386910069cea91.zip |
fixed a missplaced memset in akos code. Fixed a typo in the Makefile
svn-id: r4384
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 |