diff --git a/Makefile b/Makefile index e23ac09193..41078e5e09 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ INSTALL_PROGRAM = $(INSTALL) -m755 INSTALL_DATA = $(INSTALL) -m644 # program targets -CORE = fileformats rcg rgl rsdl rnull game utility +CORE = fileformats rcg rgl rsdl rnull game utility geoip 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`)