summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-25 17:19:45 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-25 17:19:45 -0500
commite3f67d934025ba0c6853e8b8cdaddb97dbac1283 (patch)
tree0c10a0a59aaf25a6a15470208d9b1780e315a18e
parenta63b908b1f7fbc9560371c4a492759ed564a7e52 (diff)
rename `hangman' to `hangman-helper' to avoid conflict with bsd-games
-rw-r--r--.gitignore2
-rw-r--r--Makefile2
-rw-r--r--hangman-helper.sh (renamed from hangman.sh)0
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index cd6b837..2962396 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,7 +7,7 @@ daemon
e
emacsmail
emacsterm
-hangman
+hangman-helper
maildups
newegg
offlineimap-runner
diff --git a/Makefile b/Makefile
index d063078..5a82eec 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ BINFILES = \
e \
emacsmail \
emacsterm \
- hangman \
+ hangman-helper \
maildups \
newegg \
offlineimap-runner \
diff --git a/hangman.sh b/hangman-helper.sh
index 5e0e138..5e0e138 100644
--- a/hangman.sh
+++ b/hangman-helper.sh