]> mj.ucw.cz Git - misc.git/blobdiff - Makefile
Added a simple preforking server.
[misc.git] / Makefile
index c803277b968195f85045e0ed838b35e35b256d51..c806aa287969e6c7dd6ed10106db84acacadd71a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,11 +8,14 @@ all:
 
 parrot: parrot.c
 xclipcat: xclipcat.c
+xclipsend: xclipsend.c
+prefork: prefork.c
 
 batt: CFLAGS+=$(shell xosd-config --cflags)
 batt: LDFLAGS+=$(shell xosd-config --libs)
 
 xclipcat: LDFLAGS+=-L/usr/X11R6/lib -lX11
+xclipsend: LDFLAGS+=-L/usr/X11R6/lib -lX11
 
 clean:
        rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name .depend -or -name .#*`