From b394ead2dddc87d6136d86cf2be88f3476e0c496 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 4 Mar 2021 00:28:39 -0300 Subject: Makefile: Remove test files in clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 81b5ee4..904c232 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ dev-check: check fallible-tests sh aux/workflow/assert-changelog.sh $(NAME) clean: - rm -rf public/ tests/test-profiles/ remembering remembering-c run-tests fallible* vgcore* + rm -rf public/ tests/test-profiles/ remembering remembering-c run-tests fallible* vgcore* remembering-test.* do_subst = sed \ -e 's:[@]VERSION[@]:$(VERSION):g' \ -- cgit v1.2.3