mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-18 14:17:03 +01:00
13 lines
178 B
Makefile
13 lines
178 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
SUBDIRS = util mpi cipher tools g10
|
|
EXTRA_DIST =
|
|
|
|
|
|
|
|
tar: clean
|
|
cd ..; tar czvf ~/bkup/g10-`date +%d%m`.tar.gz src
|
|
|
|
|
|
|