summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpixel <pixel>2003-12-14 21:14:07 +0000
committerpixel <pixel>2003-12-14 21:14:07 +0000
commit83473b5e976c94eb1692e8d35d77b61cf57c97f9 (patch)
tree2b2703f65ee75beeb25ca5316b23d05fab042140 /Makefile
parentd6214b0f60cb6c8386723717159b9212b1d55174 (diff)
Fixing things...
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a14beea..8e16c69 100755
--- a/Makefile
+++ b/Makefile
@@ -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}