diff --git a/Makefile b/Makefile index 23f83ec..cc7e81f 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ install: all install -d $(INSTALL_DIR)/bin install -m 755 $(TARGET) $(INSTALL_DIR)/bin/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: