Skip to content

Commit

Permalink
fix: fix typo in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkinben committed Feb 3, 2022
1 parent 4625007 commit 89c777c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CC=clang -Wall -Wno-pointer-to-int-cast -Wno-unused-function

PROJECT=$(shell pwd)
SQLPARSER=$(PROJECT)/sql-parser
SQLVM=$(PROJECT)/sql-v,
SQLVM=$(PROJECT)/sql-vm

INCLUDE=-I$(PROJECT) -I$(SQLPARSER) -I$(SQLVM)

Expand Down

0 comments on commit 89c777c

Please sign in to comment.