From 140e4f417820c001b9f66a63e3c2075d8af5fb1a Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Sat, 13 Apr 2013 21:55:07 +0100 Subject: [PATCH] add basic Makefile - it just runs "build.py" with no parameters for the default build (some editors have an 'invoke make' feature - handy for them) --- Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..82b0c47e --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +default: + ./build.py