From 550135fcffc15d117b47760d5582db3184f6baed Mon Sep 17 00:00:00 2001 From: Mike Small Date: Mon, 14 Dec 2020 20:02:29 -0500 Subject: [PATCH] Makefile: add clean target. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f0d033a..6a0046f 100644 --- a/Makefile +++ b/Makefile @@ -18,3 +18,5 @@ install: ansi2text install -m 755 -t $(BINDIR) ansi2text install -m 444 -t $(MANDIR)/man1 ansi2text.1 +clean: + -rm ansi2text ansi2text.o