aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..76c4893
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,14 @@
+PACKAGE = mgarepo
+PKGVERSION = $(VERSION)
+VERSION = 1.11.0
+.PHONY: all $(DIRS) clean
+
+clean:
+ # TODO
+
+
+
+# rules to build tarball
+
+tar:
+ git archive --prefix $(PACKAGE)-$(PKGVERSION)/ HEAD | xz -9 > $(PACKAGE)-$(PKGVERSION).tar.xz