From 846aed59c5121e74a5d8c7b9c0421487933d1536 Mon Sep 17 00:00:00 2001
From: Marius Gavrilescu <marius@ieval.ro>
Date: Sat, 18 Jul 2015 11:30:29 +0300
Subject: [PATCH] Don't give special treatement to nethackify either

---
 Makefile                                    |  5 +----
 nethackify.dir/nethackify.c => nethackify.c |  0
 nethackify.dir/makefile                     | 16 ----------------
 nethackify.dir/readme                       |  9 ---------
 4 files changed, 1 insertion(+), 29 deletions(-)
 rename nethackify.dir/nethackify.c => nethackify.c (100%)
 delete mode 100644 nethackify.dir/makefile
 delete mode 100644 nethackify.dir/readme

diff --git a/Makefile b/Makefile
index a59b5ab..13d54a4 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,6 @@ samples:	$(BUILD) $(OTHER)
 clean:
 	$(RM) -f core *.o *~ $(BUILD) SAMPLES
 	cd ky00te.dir && make clean
-	cd nethackify.dir && make clean
 
 .SUFFIXES: .l
 
@@ -52,7 +51,5 @@ clean:
 ky00te:
 	cd ky00te.dir && make
 
-nethackify:
-	cd nethackify.dir && make
-
+nethackify: nethackify.c
 scramble: scramble.c
diff --git a/nethackify.dir/nethackify.c b/nethackify.c
similarity index 100%
rename from nethackify.dir/nethackify.c
rename to nethackify.c
diff --git a/nethackify.dir/makefile b/nethackify.dir/makefile
deleted file mode 100644
index 8c2fd9e..0000000
--- a/nethackify.dir/makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-../nethackify:
-	gcc nethackify.c -o ../nethackify
-
-test:
-	@../nethackify The kitten bites.--More--
-	@../nethackify You begin praying to Odin.  You finish your prayer.--More--
-	@../nethackify A black glow surrounds you.
-
-clean:
-	rm -f ../nethackify
-
-install:
-	cp ../nethackify /usr/bin
-	
-uninstall:
-	rm /usr/bin/nethackify
diff --git a/nethackify.dir/readme b/nethackify.dir/readme
deleted file mode 100644
index 470d3da..0000000
--- a/nethackify.dir/readme
+++ /dev/null
@@ -1,9 +0,0 @@
-
-nethackify
-tries to write text ala nethack
-
-cat /etc/motd/ | nhprint
-/exec -o nhprint "good morning :)"
-
-released under the gpl
-copyright 2004 by Gürkan Sengün <gurkan@linuks.mine.nu>
-- 
2.39.5