projects
/
erdslangetjie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6503264
)
More cleanup and makefile tweaks
author
Neil
<neil@dip.sun.ac.za>
Sat, 20 Apr 2013 21:34:26 +0000
(23:34 +0200)
committer
Neil
<neil@dip.sun.ac.za>
Sat, 20 Apr 2013 21:34:26 +0000
(23:34 +0200)
Makefile
patch
|
blob
|
history
run_game.pyw
[deleted file]
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
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
--- a/
run_game.pyw
+++ /dev/null
@@
-1,3
+0,0 @@
-import erdslangetjie.main
-if __name__ == "__main__":
- erdslangetjie.main.main()