Browse Source

began writing build system

Sam Flint 10 years ago
parent
commit
16e82f8f27
1 changed files with 9 additions and 3 deletions
  1. 9 3
      build.py

+ 9 - 3
build.py

@@ -1,6 +1,12 @@
 #!/usr/bin/python
 
-import sys, os
-import json
+class fastbuild():
+   import sys, os, json
 
-rules = json.load(filehandle)
+
+
+#   rulesfile = open("Build.json", "r")
+#   rules = json.load(filehandle)
+
+if __name__ == __main__:
+   import argparse