From: Neil Date: Sat, 20 Apr 2013 21:34:26 +0000 (+0200) Subject: More cleanup and makefile tweaks X-Git-Url: https://git.ctpug.org.za/?p=erdslangetjie.git;a=commitdiff_plain;h=cc1600bf7c20d66b7df9277ea98b6b4b8dfec225;hp=6503264731e80feb29302b08e625a80c7604c8ff More cleanup and makefile tweaks --- diff --git a/Makefile b/Makefile index 4900dad..63ae52e 100644 --- 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 index 871ff48..0000000 --- a/run_game.pyw +++ /dev/null @@ -1,3 +0,0 @@ -import erdslangetjie.main -if __name__ == "__main__": - erdslangetjie.main.main()