blob: 63c54970eb7f23316069c9395353073a6508e1c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## Process this file with automake to produce Makefile.in
SUBDIRS = util mpi cipher tools g10 psst
EXTRA_DIST =
tar: clean
cd ..; tar czvf ~/bkup/g10-`date +%d%m`.tar.gz src
|