# Grab SQLITE_* from sqlite.h
# Requires pandoc and python3

# generate consts.c based on the latest version of sqlite3
homebrew:
	./gen-consts.sh -I/usr/local/opt/sqlite3/include > ../consts.c
