]> mj.ucw.cz Git - nwho.git/commitdiff
Initial revision
authorMartin Mares <mj@ucw.cz>
Fri, 26 Sep 1997 20:25:30 +0000 (20:25 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 26 Sep 1997 20:25:30 +0000 (20:25 +0000)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
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