From dd038e573b01235290f0bd790bd2c51638a1e767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Tue, 7 Aug 2012 18:26:52 +0000 Subject: add various support files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 - -- cgit v1.2.1