summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpixel <pixel>2002-11-15 23:59:17 +0000
committerpixel <pixel>2002-11-15 23:59:17 +0000
commit0bbace830912f0e2354f61fa1d701bff8d616553 (patch)
treed4d4bf733eb16e72922c373428486ee431300b5a /Makefile
parentd99f7dd959709b7a9e8cba23b88a216a6970209c (diff)
re-bleh
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c46bd9c..bb0d857 100755
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CPPFLAGS=-Wall -g -O3 -mcpu=i686 -Werror -Iincludes `sdl-config --cflags` -DHAVE
LDFLAGS=-lz `sdl-config --libs` -lGL -lGLU -L/usr/X11/lib -lefence
CXX=g++
-SUBDIRS = psxdev generic lib Xenogears VP MegamanX5 mogltk
+SUBDIRS = psxdev generic lib Xenogears VP MegamanX5 mogltk ToD
TARGET = lzss dlzss cd-tool str-player crypto-search bgrep dte-tool tile-convert gltest
all: subdirs ${TARGET}