aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Leibacher <tim.leibacher@gmail.com>2023-05-31 10:53:34 +0200
committerTim Leibacher <tim.leibacher@gmail.com>2023-05-31 10:53:34 +0200
commit7e4014b73f3f631fd9f1f3ca74a2ace0d4f04dbe (patch)
treee1d9971b299c44724c6f346672afb8f3666209f6 /Makefile
downloadjoomla-payage-taler-plugin-7e4014b73f3f631fd9f1f3ca74a2ace0d4f04dbe.tar.gz
joomla-payage-taler-plugin-7e4014b73f3f631fd9f1f3ca74a2ace0d4f04dbe.tar.bz2
joomla-payage-taler-plugin-7e4014b73f3f631fd9f1f3ca74a2ace0d4f04dbe.zip
Init Push
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..39ca866
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+# This file is in the public domain.
+VERSION=1.0
+
+all:
+ ln -s com_payage_taler com_payage_taler_$(VERSION)
+ zip -r com_payage_taler_$(VERSION).zip com_payage_taler_$(VERSION)
+ rm com_payage_taler_$(VERSION)
+
+clean:
+ rm -f com_payage_taler_$(VERSION).zip