mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
13 lines
194 B
Makefile
13 lines
194 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = scripts include util mpi cipher tools g10
|
|
EXTRA_DIST =
|
|
|
|
|
|
|
|
tar: clean
|
|
cd ..; tar czvf ~/bkup/g10-`date +%d%m`.tar.gz src
|
|
|
|
|
|
|