aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5394b37..2cba742 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,6 @@ $(TESTS):
@cd $$(dirname "$@") && ./$$(basename "$@") $(PASS_TEST_OPTS)
clean:
- $(RM) -rf tests/test-results/ tests/trash\ directory.*/
+ $(RM) -rf tests/test-results/ tests/trash\ directory.*/ tests/gnupg/random_seed
.PHONY: install uninstall install-common test clean $(TESTS)