From b3c377e647b5eb14c2ed0ff27db4ac14a3fd4e2d Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 23 Jun 2002 15:37:45 +0000 Subject: Attribute ((packed)) fix... --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 92c0745..cd471e4 100755 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -Werror CXX=g++ -SUBDIRS = psxdev Xenogears VP +SUBDIRS = psxdev Xenogears VP MegamanX5 TARGET = lzss dlzss cd-tool str-tool all: subdirs ${TARGET} @@ -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: - rm -f *.o ${TARGET} compil.c for d in ${SUBDIRS} ; do make -C $$d clean ; done + rm -f *.o ${TARGET} compil.c -- cgit v1.2.3