Fix UTF-8 handling in uniencode (Closes: #508003)
[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.009001 seconds and 4 git commands to generate.