8ed0968c2fc540b5f11906e442350601dc76fce828bffa131622e2e95c222679

Download raw

Created: 2023-12-19 03:40:10.302489 UTC

Size: 467

Preview (limited to 512 bytes)

"CC := cc\nCFLAGS := -O3 -Wall\n# To make the code about 6% faster:\n# CFLAGS += -fwhole-program --combine\nCPPFLAGS := -I$(HOME)/hg/http-parser\n\nall: c-http\n\nc-http: rfc2616.c http_parser.c\n\t$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ $^\n\nclean:\n\trm -f *.hi *.o c-http\n\nhttp_parser.c: http_parser.h\n\tcurl -O https://raw.githubusercontent.com/joyent/http-parser/master/http_parser.c\n\nhttp_parser.h:\n\tcurl -O https://raw.githubusercontent.com/joyent/http-parser/master/http_parser.h\n"


Casa is a service provided by the Haskell Foundation │ Originally developed by FP Complete