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)
This commit is contained in:
Jon Atkins 2013-04-13 21:55:07 +01:00
parent f2dfeb29bb
commit 140e4f4178

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
default:
./build.py