aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile
blob: 66d35d53f56f2786e207027bec5a9e53bb61e2d9 (plain) (tree)
1
2
3
4
5
6
7
            





                                                                                                                                 
all: example
example: example.cpp flask.h http_server.h http_connection.h parser.h
	g++ -g -std=c++11 -o example example.cpp http-parser/http_parser.c -pthread -lboost_system -lboost_thread -I http-parser/
test: example
	./example &
	test.py
	pkill example