Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Makefile: fix include path
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliff Frey authored and ry committed Feb 2, 2010
1 parent 9cbd66e commit 31d9f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down

0 comments on commit 31d9f00

Please sign in to comment.