summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 315ea01..33542c7 100644
--- a/Makefile
+++ b/Makefile
@@ -13,4 +13,6 @@ $(SUBDIRS):
$(SUBDIRS_CLEAN):
make -C $(subst _clean,,$@) clean
pack:
- tar zcfv pack.tar.gz $(shell cat packlist)
+ tar Jcfv pack.tar.xz $(shell cat packlist)
+deploy:
+ tar Jcf - $(shell cat packlist) | ssh space.labitat.dk tar Jxf -