fix word directory copy for linux
This commit is contained in:
parent
7580d80394
commit
40dbb2ef19
2
Makefile
2
Makefile
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user