fix linux makefile

This commit is contained in:
Greg Gauthier 2026-01-27 19:28:14 +00:00
parent a1b97c17ef
commit dd21635b9d

View File

@ -67,6 +67,7 @@ uninstall:
rm -f $(INSTALL_DIR)/bin/cordle rm -f $(INSTALL_DIR)/bin/cordle
rm -rf $(INSTALL_DIR)/share/cordle rm -rf $(INSTALL_DIR)/share/cordle
# Rebuild everything # Rebuild everything
rebuild: clean all rebuild: clean all