From 910748a5f79398e65eb0e250133fc76dd8453440 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Tue, 2 Mar 2021 20:42:33 +0100 Subject: [PATCH] Clean deletes cert files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a9de02..806d7a9 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ sgs-xl.crt sgs-xl.key : .PHONY: clean clean: - $(RM) GitVersion.h $(OBJS) $(DEPS) sgs-xl + $(RM) GitVersion.h $(OBJS) $(DEPS) sgs-xl sgs-xl.crt sgs-xl.key -include $(DEPS)