summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <Pixel>2002-05-28 20:07:17 +0000
committerPixel <Pixel>2002-05-28 20:07:17 +0000
commitfef24239144eb44f2a29f32c7272a1dd725dbe37 (patch)
tree573b875ce64f008a3092d7d867a52a32e120a4bd /Makefile
parente2fa0166aa8cb791e2e7d8b47adb6e07cbfcc549 (diff)
lzss fixing
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f285d59..f95b372 100755
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ TARGET = lzss dlzss yazedc cd-tool dte-tool
all: ${TARGET}
lzss: lzss.cpp lzss.h generic.cpp generic.h fileutils.h fileutils.cpp
- ${CXX} ${CPPFLAGS} ${LDFLAGS} -Dlzss_MAIN lzss.cpp generic.cpp fileutils.cpp -o lzss
+ ${CXX} ${CPPFLAGS} ${LDFLAGS} -DLZSS_MAIN lzss.cpp generic.cpp fileutils.cpp -o lzss
dlzss: lzss
ln -fs lzss dlzss