diff options
Diffstat (limited to 'bpfc/Makefile')
-rw-r--r-- | bpfc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bpfc/Makefile b/bpfc/Makefile index fa19d55..483980d 100644 --- a/bpfc/Makefile +++ b/bpfc/Makefile @@ -10,3 +10,5 @@ bpfc-objs = xmalloc.o \ bpfc-lex = bpf_lexer.yy.o bpfc-yaac = bpf_parser.tab.o + +bpfc-eflags = -I.. |