More cleanup and makefile tweaks
authorNeil <neil@dip.sun.ac.za>
Sat, 20 Apr 2013 21:34:26 +0000 (23:34 +0200)
committerNeil <neil@dip.sun.ac.za>
Sat, 20 Apr 2013 21:34:26 +0000 (23:34 +0200)
Makefile
run_game.pyw [deleted file]

index 4900dad0e2ad8993ae2573f4af452cbe780d8a84..63ae52e20a481960c029d504a51728f1eb1cdc5d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ android_zip:
 
 dircopy:
        mkdir -p bane_pyweek_16
-       tar -cf - data misc_stuff *.txt Makefile configure *pyw *py erdslangetjie/*py erdslangetjie/editor/*py | (cd bane_pyweek_16 && tar -xvpf -)
+       tar -cf - scripts data misc_stuff *.txt Makefile configure *py erdslangetjie/*py erdslangetjie/editor/*py | (cd bane_pyweek_16 && tar -xvpf -)
 
 tarball: dircopy
        tar -caf bane_pyweek_16.tar.bz2 bane_pyweek_16
diff --git a/run_game.pyw b/run_game.pyw
deleted file mode 100644 (file)
index 871ff48..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-import erdslangetjie.main
-if __name__ == "__main__":
-    erdslangetjie.main.main()