1OBJS = \ 2 Client.o \ 3 main.o 4 5PROGRAM = WebServer 6 7LIB_DEPS = Core 8 9include ../../Makefile.common