diff options
author | Pixel <Pixel> | 2002-06-23 15:37:45 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-06-23 15:37:45 +0000 |
commit | b3c377e647b5eb14c2ed0ff27db4ac14a3fd4e2d (patch) | |
tree | 7905392c81d466a6e5c0fc89ca118a044c26cb52 /Makefile | |
parent | 7514019f385767caf7e68ae281d3a4befb7b4e8f (diff) |
Attribute ((packed)) fix...
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |