From bdbd7e1296b98081794e0b185a0b8b677c811359 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 23 May 2002 14:07:46 +0000 Subject: Again FILE * removing... this is boring! --- Xenogears/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Xenogears/Makefile') diff --git a/Xenogears/Makefile b/Xenogears/Makefile index 22d6392..14c48ff 100755 --- a/Xenogears/Makefile +++ b/Xenogears/Makefile @@ -3,7 +3,7 @@ CPPFLAGS=-Wall -g -I. -O3 -mcpu=i686 CXX=g++ -TARGET = lz77 dlz77 yazedc cd-tool +TARGET = lz77 dlz77 yazedc cd-tool reinsert all: ${TARGET} @@ -19,5 +19,8 @@ yazedc: yazedc.cpp crctables crctable.out cd-tool: cd-tool.cpp cdutils.cpp cdutils.h fileutils.cpp fileutils.h generic.cpp generic.h yazedc.cpp yazedc.h ${CXX} ${CPPFLAGS} ${LDFLAGAS} cd-tool.cpp cdutils.cpp fileutils.cpp yazedc.cpp generic.cpp -o cd-tool +reinsert: reinsert.cpp cdutils.cpp cdutils.h fileutils.cpp fileutils.h generic.cpp generic.h yazedc.cpp yazedc.h + ${CXX} ${CPPFLAGS} ${LDFLAGS} reinsert.cpp cdutils.cpp fileutils.cpp yazedc.cpp generic.cpp -o reinsert + clean: rm -f *.o ${TARGET} compil.c -- cgit v1.2.3