From: Martin Mares Date: Fri, 26 Sep 1997 20:25:30 +0000 (+0000) Subject: Initial revision X-Git-Tag: v1.13~49 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9b5145cc968836c124602423d7aad7e77913a9e0;p=nwho.git Initial revision --- 9b5145cc968836c124602423d7aad7e77913a9e0 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3d997d0 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +# 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