From bd3123bef434604a4bcc4f7b1b6425cce395b112 Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Mon, 7 Feb 2022 20:05:45 +0100 Subject: [PATCH] Modified: Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d74dcc..b611604 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,7 @@ help: clean: $(RM) -r $(BUILD_DIR) -# target: uninstall - Uninstall ALL files from all install targets. +# target: uninstall - Uninstall ALL installed (including config) files. uninstall: @for file in $(INSTALLED_FILES); do \ echo $(RM) $$file; \