# Makefile for YWHO ywho: ywho.c gcc -s -N -O2 -m486 -fomit-frame-pointer -Wall -Wno-parentheses ywho.c -o ywho clean: rm *.o ywho install: strip ywho mv ywho /usr/local/bin