From 991ddf035a35d58820e2a273b79418c1b2d86cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 17 May 2014 09:36:19 +0200 Subject: [PATCH] put all remaining WinForms targets together so it is easier to get rid of them --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 24d603aee9..cdfb51620b 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ INSTALL_PROGRAM = $(INSTALL) -m755 INSTALL_DATA = $(INSTALL) -m644 # program targets -CORE = rsdl2 rnull game utility irc crashdialog +CORE = rsdl2 rnull game utility irc TOOLS = editor tsbuild ralint VERSION = $(shell git name-rev --name-only --tags --no-undefined HEAD 2>/dev/null || echo git-`git rev-parse --short HEAD`) @@ -253,11 +253,11 @@ $(foreach prog,$(PROGRAMS),$(eval $(call BUILD_ASSEMBLY,$(prog)))) # default: dependencies core -core: game renderers mods utility crashdialog +core: game renderers mods utility ralint -tools: editor tsbuild ralint +tools: editor tsbuild crashdialog -package: dependencies core editor docs version +package: dependencies core editor crashdialog docs version mods: mod_ra mod_cnc mod_d2k mod_ts