]> iEval git - filters.git/blobdiff - nethackify.dir/makefile
releasing version 2.35
[filters.git] / nethackify.dir / makefile
diff --git a/nethackify.dir/makefile b/nethackify.dir/makefile
new file mode 100644 (file)
index 0000000..8c2fd9e
--- /dev/null
@@ -0,0 +1,16 @@
+../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
This page took 0.015768 seconds and 4 git commands to generate.