diff options
Diffstat (limited to 'FICS/Makedist')
-rw-r--r-- | FICS/Makedist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/FICS/Makedist b/FICS/Makedist new file mode 100644 index 0000000..f4ef7b4 --- /dev/null +++ b/FICS/Makedist @@ -0,0 +1,6 @@ +# Makefile for tar + +distrib: + tar cvf - GNU* Make* *.[c,h] READ* | compress > FICS.src_beta-1.2.17.tar.Z + + |