summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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