aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authororwell96 <mono96.mml@gmail.com>2016-10-27 15:34:05 +0200
committerorwell96 <mono96.mml@gmail.com>2016-10-27 15:34:05 +0200
commitcddc92d1debd0f804d9325fbe039d42b69af6ef8 (patch)
tree9795174d099f95fb18598c63c3c7db6287452fb3 /Makefile
parenta6ba53f3bbcb9b665d0e37936daf9e4ba9babba8 (diff)
downloadadvtrains-cddc92d1debd0f804d9325fbe039d42b69af6ef8.tar.gz
advtrains-cddc92d1debd0f804d9325fbe039d42b69af6ef8.tar.bz2
advtrains-cddc92d1debd0f804d9325fbe039d42b69af6ef8.zip
Include zip in repo, because of hosting. No .tar.gz.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b503eb3..7300426 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
tarball: clean
- tar czf advtrains.tar.gz textures/*.png models/*.b3d *.lua *.txt
+# tar czf advtrains.tar.gz textures/*.png models/*.b3d *.lua *.txt
which zip && zip advtrains.zip textures/*.png models/*.b3d *.lua *.txt
clean:
rm -f advtrains.zip advtrains.tar.gz