Ver Fonte

added build.py build system

Sam Flint há 12 anos atrás
pai
commit
2e3e3cf7e2
1 ficheiros alterados com 6 adições e 0 exclusões
  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)