From 720332dc24ae31651ef954ddf888279eb419050f Mon Sep 17 00:00:00 2001 From: maxisam <456807+maxisam@users.noreply.github.com.> Date: Wed, 13 Nov 2024 15:39:09 -0600 Subject: [PATCH] fix: update clean target to remove git-crypt.exe on Windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c3f1e8..42d4beb 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ CLEAN_TARGETS := clean-bin $(CLEAN_MAN_TARGETS-$(ENABLE_MAN)) clean: $(CLEAN_TARGETS) clean-bin: - rm -f $(OBJFILES) git-crypt + rm -f $(OBJFILES) git-crypt git-crypt.exe clean-man: rm -f man/man1/git-crypt.1