diff --git a/giteapc.make b/giteapc.make index 1e46d34..e156289 100644 --- a/giteapc.make +++ b/giteapc.make @@ -4,6 +4,10 @@ PREFIX ?= $(GITEAPC_PREFIX) VERSION = 10.2.0 +ifneq ($(GITEAPC_CONFIG),) +include giteapc-config-$(GITEAPC_CONFIG).make +endif + configure: @ ./configure.sh $(VERSION)