summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <Pixel>2002-06-23 15:37:45 +0000
committerPixel <Pixel>2002-06-23 15:37:45 +0000
commitb3c377e647b5eb14c2ed0ff27db4ac14a3fd4e2d (patch)
tree7905392c81d466a6e5c0fc89ca118a044c26cb52 /Makefile
parent7514019f385767caf7e68ae281d3a4befb7b4e8f (diff)
Attribute ((packed)) fix...
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile4
1 files changed, 2 insertions, 2 deletions
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