
default: lib

include ../Makefile.config

O=socket.o http.o selection.o

lib:: $(O)

# DO NOT DELETE
