]> mj.ucw.cz Git - nwho.git/blob - Makefile
Initial revision
[nwho.git] / Makefile
1 # Makefile for YWHO
2
3 ywho: ywho.c
4         gcc -s -N -O2 -m486 -fomit-frame-pointer -Wall -Wno-parentheses ywho.c -o ywho
5
6 clean:
7         rm *.o ywho
8
9 install:
10         strip ywho
11         mv ywho /usr/local/bin