diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-12-05 10:36:04 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-12-05 10:36:04 +0100 |
commit | 3b820221d1e41b3ce1079e08cfc466bc9f15e440 (patch) | |
tree | 9e8baae63071a8c9b2a805efa65450ed9258ed43 /src | |
parent | d1221ea4777c15c4b494c8977fccf447884f58bc (diff) | |
download | gnutls-3b820221d1e41b3ce1079e08cfc466bc9f15e440.tar.gz |
src: clean all stamp files on 'make clean'
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d7a1404c1d..49d3af36b7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -288,3 +288,6 @@ systemkey-args.c: systemkey-args.stamp systemkey-args.stamp: $(srcdir)/systemkey-args.def $(srcdir)/args-std.def -$(AUTOGEN) $< touch $@ + +clean-local: + rm -f *.stamp |