From b27207d1fff83bd25349ff8cbaebfc779e9ad57c Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Sun, 4 Oct 2020 17:13:58 +0000 Subject: [PATCH] makefile -> Makefile --- makefile => Makefile | 2 +- makefile.bootstrapit.make => Makefile.bootstrapit.make | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename makefile => Makefile (98%) rename makefile.bootstrapit.make => Makefile.bootstrapit.make (100%) diff --git a/makefile b/Makefile similarity index 98% rename from makefile rename to Makefile index 58ab0c9..06b2225 100644 --- a/makefile +++ b/Makefile @@ -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 -- diff --git a/makefile.bootstrapit.make b/Makefile.bootstrapit.make similarity index 100% rename from makefile.bootstrapit.make rename to Makefile.bootstrapit.make