Browse Source

added build.py build system

Sam Flint 12 years ago
parent
commit
2e3e3cf7e2
1 changed files with 6 additions and 0 deletions
  1. 6 0
      build.py

+ 6 - 0
build.py

@@ -0,0 +1,6 @@
+#!/usr/bin/python
+
+import sys, os
+import json
+
+rules = json.load(filehandle)