summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2015-10-08 13:15:19 -0500
committerJohn Kacur <jkacur@redhat.com>2015-10-14 14:45:35 +0200
commit32933aadb3c7a76f9037c4b90d780e6b8a2f934e (patch)
tree9da4f4b4ccaef48aea6e3be72aec7b126e6631fa
parent19cba59261c8da9af19214ada5e1e117e3e75a3d (diff)
downloadrt-tests-32933aadb3c7a76f9037c4b90d780e6b8a2f934e.tar.gz
Makefile: have distclean remove .asc file for tarball
Signed-off-by: Clark Williams <williams@redhat.com> Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37ab159..563911d 100644
--- a/Makefile
+++ b/Makefile
@@ -155,7 +155,7 @@ clean:
RPMDIRS = BUILD BUILDROOT RPMS SRPMS SPECS
.PHONY: distclean
distclean: clean
- rm -rf $(RPMDIRS) releases *.tar.gz rt-tests.spec tmp
+ rm -rf $(RPMDIRS) releases *.tar.gz *.tar.asc rt-tests.spec tmp
.PHONY: rebuild
rebuild: