diff options
author | pixel <pixel> | 2003-12-14 21:14:07 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-12-14 21:14:07 +0000 |
commit | 83473b5e976c94eb1692e8d35d77b61cf57c97f9 (patch) | |
tree | 2b2703f65ee75beeb25ca5316b23d05fab042140 /Makefile | |
parent | d6214b0f60cb6c8386723717159b9212b1d55174 (diff) |
Fixing things...
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,8 +4,9 @@ CPPFLAGS=-Wall -g -O3 -mcpu=i686 -Iincludes `sdl-config --cflags` -DHAVE_ZLIB `b LDFLAGS=-lz `sdl-config --libs` `baltisot-config --libs` CXX=g++ -SUBDIRS = psxdev lib Xenogears VP MegamanX5 -TARGET = lzss dlzss cd-tool str-player crypto-search bgrep tile-convert mipspoke +#SUBDIRS = psxdev lib Xenogears VP MegamanX5 +SUBDIRS = psxdev lib PE +TARGET = lzss dlzss cd-tool str-player crypto-search bgrep tile-convert all: subdirs ${TARGET} |