Makefile: fix include path

event_stream
Cliff Frey 15 years ago committed by Ryan Dahl
parent 9cbd66e49a
commit 31d9f0099c

@ -1,5 +1,5 @@
OPT_DEBUG=-O0 -g -Wall -Wextra -Werror
OPT_FAST=-O3 -DHTTP_PARSER_STRICT=0
OPT_DEBUG=-O0 -g -Wall -Wextra -Werror -I.
OPT_FAST=-O3 -DHTTP_PARSER_STRICT=0 -I.
test: test_debug

Loading…
Cancel
Save