Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit 4330c73

Browse files
Add files via upload
1 parent f618d82 commit 4330c73

File tree

2 files changed

+176
-116
lines changed

2 files changed

+176
-116
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ clean:
4141
rm -f $(EXE)
4242

4343
help:
44-
@echo "#+#+# Mayhem Make Help #+#+#"
44+
@echo "#+# Mayhem Chess960 Engine #+#"
4545
@echo ""
4646
@echo "To compile Mayhem, type:"
4747
@echo ""
@@ -60,4 +60,4 @@ help:
6060
@echo "> make -j # Just build"
6161
@echo "> make all strip install # Install"
6262

63-
.PHONY: all install clean strip help
63+
.PHONY: all install strip clean help

0 commit comments

Comments
 (0)