diff options
author | pixel <pixel> | 2002-11-15 23:59:17 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-11-15 23:59:17 +0000 |
commit | 0bbace830912f0e2354f61fa1d701bff8d616553 (patch) | |
tree | d4d4bf733eb16e72922c373428486ee431300b5a /Makefile | |
parent | d99f7dd959709b7a9e8cba23b88a216a6970209c (diff) |
re-bleh
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |