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