Serenity Operating System
at hosted 9 lines 104 B view raw
1OBJS = \ 2 Client.o \ 3 main.o 4 5PROGRAM = WebServer 6 7LIB_DEPS = Core 8 9include ../../Makefile.common