From c313920c7c0b6222c18f5e7f674d4ec170809ddc Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 15 Mar 2011 10:14:56 +1300 Subject: [PATCH] include the utility in the core target, since the game needs it for package download now --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5506dfafdc..e18e0c0560 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,9 @@ 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 -tools: editor ralint seqed filex tsbuild utility -package: fixheader core editor utility +core: game renderers mod_ra mod_cnc utility +tools: editor ralint seqed filex tsbuild +package: fixheader core editor mods: mod_ra mod_cnc all: core tools clean: