From 83473b5e976c94eb1692e8d35d77b61cf57c97f9 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 14 Dec 2003 21:14:07 +0000 Subject: Fixing things... --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') 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} -- cgit v1.2.3