From 0cc4a6ec508043c5dbf3edde9398df8e4034be8b Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 18 Jun 2002 15:59:42 +0000 Subject: Still working on it. --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f95b372..e745a64 100755 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ #!/usr/bin/make -f -CPPFLAGS=-Wall -g -I. -O3 -mcpu=i686 -pedantic -pedantic-errors -Werror +CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -Werror CXX=g++ -TARGET = lzss dlzss yazedc cd-tool dte-tool +TARGET = lzss dlzss yazedc cd-tool dte-tool str-tool all: ${TARGET} @@ -25,5 +25,8 @@ dte-tool-asm: dteutils.cpp generic.h generic.cpp fileutils.cpp fileutils.h dte-a dte-tool: dteutils.cpp generic.h generic.cpp fileutils.cpp fileutils.h ${CXX} ${CPPFLAGS} ${LDFLAGS} dteutils.cpp generic.cpp fileutils.cpp -o dte-tool -DDTEMAIN +str-tool: str-util.cpp generic.h generic.cpp fileutils.cpp fileutils.h + ${CXX} ${CPPFLAGS} ${LDFLAGS} str-util.cpp generic.cpp fileutils.cpp -o str-tool -DSTR_MAIN + clean: rm -f *.o ${TARGET} compil.c -- cgit v1.2.3