Modified: Makefile

This commit is contained in:
Erik Westrup
2022-02-07 20:05:45 +01:00
parent ddd2233c58
commit bd3123bef4

View File

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