From b9aa1f6f4a0d60decebb3dca452ef1f73fa21a9e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 17 Dec 2019 16:29:29 +1300 Subject: Add option terminator to Makefile clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e4ca94..f96464b 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,4 @@ install: all cp -- $(ALL) $(PREFIX)/bin wtf8: wtf8.c wtf8.h clean: - rm -f $(ALL) + rm -f -- $(ALL) -- cgit v1.2.3