diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |