From 3990565538067850d920bcc439e31027b7926a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Sun, 23 Oct 2016 19:10:02 +0200 Subject: Added makefile that creates a .zip and a .tar.gz file for installation. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b503eb3 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +tarball: clean + 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 -- cgit v1.2.3