From 16e3cb2df58186cbe004b16c8a1973c702cbdc9d Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Sat, 30 Oct 2021 09:00:47 +0200 Subject: [PATCH] Makefile: remove out-commented line --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 8a72f57..bbd7483 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,6 @@ install-systemd: install -d $(DEST_SYSTEMD) install -m 0644 $(SRCS_SYSTEMD) $(DEST_SYSTEMD) - #$(RM) $$file; \ # target: uninstall - Uninstall files from the install targets uninstall: @for file in $(INSTALLED_FILES); do \