From e54fd9f582309d635796480d87af2ea76b112abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 19 Oct 2013 12:50:58 +0200 Subject: [PATCH] remove the tileset builder from core not required anymore for d2k it is also not shipped because it won't work standalone --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb7681dfbd..5ab1740588 100644 --- a/Makefile +++ b/Makefile @@ -276,7 +276,7 @@ $(foreach prog,$(PROGRAMS),$(eval $(call BUILD_ASSEMBLY,$(prog)))) # default: dependencies core -core: game renderers mods utility tsbuild +core: game renderers mods utility tools: editor tsbuild ralint