add tarball target for exporting enough code to build relay.

This commit is contained in:
ehouse 2007-02-04 01:22:31 +00:00
parent 5afdcc20db
commit 5fbc89ae76

View file

@ -41,3 +41,9 @@ clean:
tags:
etags *.cpp *.h
tarball:
tar cvfz RELAY_SRC.tgz \
../relay/*.{cpp,h} \
../relay/Makefile \
../relay/xwrelay.conf