From cdda89a3c76fef80f29951389df88ed23d052d52 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 29 Jan 2023 14:34:47 -0500 Subject: Remove unused functoin and add clean to makefile. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dbfbcff..2da16ac 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,6 @@ all: strftime install: strftime install -m 755 strftime $(PREFIX)/bin/strftime install -m 755 pm $(PREFIX)/bin/pm + +clean: + rm -f strftime -- cgit v1.2.3