From b43d06c094f0ffd10bffb52df964eab98ab1dfb5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 4 Mar 2021 00:29:24 -0300 Subject: Makefile: Remove remembering-sh in clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 904c232..b0c4576 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* remembering-test.* + rm -rf public/ tests/test-profiles/ remembering remembering-sh remembering-c run-tests fallible* vgcore* remembering-test.* do_subst = sed \ -e 's:[@]VERSION[@]:$(VERSION):g' \ -- cgit v1.2.3