fix word directory copy for linux

This commit is contained in:
Greg Gauthier 2026-01-29 18:01:41 +00:00
parent 7580d80394
commit 40dbb2ef19

View File

@ -60,7 +60,7 @@ install: all
install -d $(INSTALL_DIR)/bin install -d $(INSTALL_DIR)/bin
install -m 755 $(TARGET) $(INSTALL_DIR)/bin/cordle install -m 755 $(TARGET) $(INSTALL_DIR)/bin/cordle
install -d $(INSTALL_DIR)/share/cordle install -d $(INSTALL_DIR)/share/cordle
cp -R words $(INSTALL_DIR)/share/cordle/ cp -R WORDS $(INSTALL_DIR)/share/cordle/
# Uninstall the game # Uninstall the game
uninstall: uninstall: