summaryrefslogtreecommitdiff
path: root/nmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'nmakefile')
-rw-r--r--nmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nmakefile b/nmakefile
index 8b573b6..87997aa 100644
--- a/nmakefile
+++ b/nmakefile
@@ -5,8 +5,8 @@ _LIBS = "MSVC\Baltisot - generic\Debug\Baltisot - generic.lib" "MSVC\PSX-Bundle
#------------------------------------------------------------------
-TARGETS = bgrep.exe lzss-main.exe cd-tool.exe crypto-search.exe
-SUBDIRS = Xenogears
+TARGETS = bgrep.exe cd-tool.exe crypto-search.exe lzss-main.exe
+SUBDIRS = Xenogears PE
all : $(TARGETS)
for %i in ( $(SUBDIRS) ) do $(_MAKE_IN_DIR) %i all