mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
add tarball target for exporting enough code to build relay.
This commit is contained in:
parent
5afdcc20db
commit
5fbc89ae76
1 changed files with 6 additions and 0 deletions
|
@ -41,3 +41,9 @@ clean:
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
etags *.cpp *.h
|
etags *.cpp *.h
|
||||||
|
|
||||||
|
tarball:
|
||||||
|
tar cvfz RELAY_SRC.tgz \
|
||||||
|
../relay/*.{cpp,h} \
|
||||||
|
../relay/Makefile \
|
||||||
|
../relay/xwrelay.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue