aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames Brown2002-04-05 04:38:59 +0000
committerJames Brown2002-04-05 04:38:59 +0000
commitab4d230f57434aa7fe1c33ccfde717dbc9aa5ff7 (patch)
tree7e7d3a092c580c34275c337fdeb38a0263f06735 /Makefile
parent8448963ee5d603fce051bca6d0726d9cc7456e1a (diff)
downloadscummvm-rg350-ab4d230f57434aa7fe1c33ccfde717dbc9aa5ff7.tar.gz
scummvm-rg350-ab4d230f57434aa7fe1c33ccfde717dbc9aa5ff7.tar.bz2
scummvm-rg350-ab4d230f57434aa7fe1c33ccfde717dbc9aa5ff7.zip
Fix minor typo
svn-id: r3870
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed594885da..49e11168a5 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ LDFLAGS :=
INCLUDES:= `sdl-config --cflags` -I./ -I./sound
CPPFLAGS= $(DEFINES) $(INCLUDES)
-# Add -lMAD for -DCOMPRESSED_SOUND_FILE
+# Add -lmad for -DCOMPRESSED_SOUND_FILE
LIBS = `sdl-config --libs` -lncurses -lm
ZIPFILE := scummvm-`date '+%Y-%m-%d'`.zip