From 68bb1f57f936ba642dba24bdd328578dc980f343 Mon Sep 17 00:00:00 2001 From: Jonathan Moallem Date: Fri, 4 Dec 2020 21:23:54 +1100 Subject: [PATCH] Added Makefile explanation docs page --- docs/MakefileExplanation.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/MakefileExplanation.md diff --git a/docs/MakefileExplanation.md b/docs/MakefileExplanation.md new file mode 100644 index 0000000..be05841 --- /dev/null +++ b/docs/MakefileExplanation.md @@ -0,0 +1,3 @@ +# How the Makefile Works + +#### This docs page is still being written - sorry!