Delete build.pymaster
authorKNG <[email protected]>
Mon, 19 Mar 2018 05:24:50 +0000 (19 01:24 -0400)
committerGitHub <[email protected]>
Mon, 19 Mar 2018 05:24:50 +0000 (19 01:24 -0400)
4Free-FSE-0.0.1/build.py [deleted file]

diff --git a/4Free-FSE-0.0.1/build.py b/4Free-FSE-0.0.1/build.py
deleted file mode 100644 (file)
index cc59a16..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-import os
-
-os.system('tsc -v')
-print("Enter to start build loop...")
-input()
-loops = 0
-while True:
-       os.system('tsc --project tsconfig.json')
-       print("fin\nEnter to loop #" +  str(loops) + "...")
-       loops += 1
-       input()
\ No newline at end of file