support custom build configurations

This commit is contained in:
Lephenixnoir 2021-01-02 10:48:24 +01:00
parent e2a9744f1e
commit 2e85c7fbc4
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

View file

@ -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)