From 5fbc89ae76acadfd833af6929afd280a4a21aca5 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 4 Feb 2007 01:22:31 +0000 Subject: [PATCH] add tarball target for exporting enough code to build relay. --- xwords4/relay/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xwords4/relay/Makefile b/xwords4/relay/Makefile index fe8378800..2050411e4 100644 --- a/xwords4/relay/Makefile +++ b/xwords4/relay/Makefile @@ -41,3 +41,9 @@ clean: tags: etags *.cpp *.h + +tarball: + tar cvfz RELAY_SRC.tgz \ + ../relay/*.{cpp,h} \ + ../relay/Makefile \ + ../relay/xwrelay.conf