From d7e89fbed51291df145ac326646fa4cefa64a28c Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 27 Jan 2023 22:43:46 +0100 Subject: do not exit if clean does exit with error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc8854e..3669acd 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ sb: sb.cpp g++ sb.cpp -o sb $(LDFLAGS) clean: - rm sb + -rm sb install: install sb /usr/local/bin/ -- cgit v1.2.3-70-g09d2