From ab0afb77b2a0bb9d5dd3eb27ea98c6f9f4e938c2 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 23 Jun 2002 15:47:03 +0000 Subject: fixed u_* types for Windows. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cd471e4..19ce4e8 100755 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ TARGET = lzss dlzss cd-tool str-tool all: subdirs ${TARGET} subdirs: - for d in ${SUBDIRS} ; do make -C $$d ; done + for d in ${SUBDIRS} ; do make -C $$d || exit -1 ; done lzss: lzss.o lzss.h generic.o generic.h fileutils.h fileutils.o lzss-main.o Makefile ${CXX} ${LDFLAGS} -DLZSS_MAIN lzss.o generic.o fileutils.o lzss-main.o -o lzss @@ -30,6 +30,6 @@ str-tool: str-util.o generic.h generic.o fileutils.o fileutils.h cdutils.o cduti ${CXX} ${LDFLAGS} str-util.o generic.o fileutils.o cdutils.o yazedc.o psxdev/bs.o psxdev/idctfst.o psxdev/jfdctint.o psxdev/vlc.o -o str-tool -lSDL clean: - for d in ${SUBDIRS} ; do make -C $$d clean ; done + for d in ${SUBDIRS} ; do make -C $$d clean || exit -1 ; done rm -f *.o ${TARGET} compil.c -- cgit v1.2.3