]> iEval git - filters.git/blame - nethackify.dir/makefile
Rename lolcat to LOLCAT to avoid collision with a fine rainbow colored cat. Closes...
[filters.git] / nethackify.dir / makefile
CommitLineData
5b25ff5f 1../nethackify:
2 gcc nethackify.c -o ../nethackify
3
4test:
5 @../nethackify The kitten bites.--More--
6 @../nethackify You begin praying to Odin. You finish your prayer.--More--
7 @../nethackify A black glow surrounds you.
8
9clean:
10 rm -f ../nethackify
11
12install:
13 cp ../nethackify /usr/bin
14
15uninstall:
16 rm /usr/bin/nethackify
This page took 0.021167 seconds and 4 git commands to generate.