From 980063f8032966ac705f39c6b3d8a6659d8e1a5b Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Mon, 14 Apr 2025 13:48:35 +0200 Subject: [PATCH] rename clean uninstall --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a351e93..dcda37c 100644 --- a/Makefile +++ b/Makefile @@ -34,5 +34,5 @@ install: $(targets) $(targets): $(fortune_directory)/%: % install -pm644 $< $@ -clean: +uninstall: $(RM) $(wildcard $(targets))