Use custom configuration from custom.mk if present.

This commit is contained in:
Niklas Larsson 2020-06-17 14:31:17 +02:00
parent 452eaaf2b9
commit b92270125c
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@ -34,3 +34,5 @@ idris2docs_venv
/bootstrap/idris2_app/libidris2_support.*
/bootstrap/idris2boot
/bootstrap/idris2boot.rkt
/custom.mk

View File

@ -44,3 +44,6 @@ ifeq ($(OS),bsd)
else
MAKE := make
endif
# Add a custom.mk file to override any of the configurations
-include custom.mk