From c3052d863a3d6d2902df1488b2e759ff7a45a1b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 9 Jun 2012 20:39:06 +0200 Subject: [PATCH] tsbuilder is required for mod_d2k adding it to core --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff3a4f080c..1ef2730787 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ COMMON_LIBS = System.dll System.Core.dll System.Drawing.dll System.Xml.dll third PHONY = core tools package all mods clean distclean .SUFFIXES: -core: game renderers mod_ra mod_cnc mod_d2k utility +core: game renderers mods utility tsbuild tools: editor ralint tsbuild package: core editor mods: mod_ra mod_cnc mod_d2k