From 31d9f0099c9243eb6997cddf7b0b9b86d02c152c Mon Sep 17 00:00:00 2001 From: Cliff Frey Date: Mon, 1 Feb 2010 21:47:49 -0800 Subject: [PATCH] Makefile: fix include path --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0636bd0b..42f643cc 100644 --- a/Makefile +++ b/Makefile @@ -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