Makefile: remove out-commented line

This commit is contained in:
Erik Westrup
2021-10-30 09:00:47 +02:00
parent 9e0735ac01
commit 16e3cb2df5

View File

@@ -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 \