From 40dbb2ef19587e28215e0a86290a0ee119b5bd6d Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 29 Jan 2026 18:01:41 +0000 Subject: [PATCH] fix word directory copy for linux --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: