makefile -> Makefile

This commit is contained in:
Manuel Barkhau 2020-10-04 17:13:58 +00:00
parent 65791ff26a
commit b27207d1ff
2 changed files with 1 additions and 1 deletions

View file

@ -21,7 +21,7 @@ DEVELOPMENT_PYTHON_VERSION := python=3.8
SUPPORTED_PYTHON_VERSIONS := python=2.7 python=3.5 python=3.6 python=3.8 pypy2.7 pypy3.5
include makefile.bootstrapit.make
include Makefile.bootstrapit.make
## -- Extra/Custom/Project Specific Tasks --