blockinator/sqlite_instr/Makefile

7 lines
118 B
Makefile

CC=gcc
all: instr.sqlext
instr.sqlext: sqlite_instr.c
$(CC) -shared -fPIC -Isqlite3 -o instr.sqlext sqlite_instr.c