add Makefile

This commit is contained in:
2022-06-11 02:29:15 +03:00
parent 816f1ab962
commit 8269f15af4
2 changed files with 54 additions and 5 deletions

5
~/C/Makefile Normal file
View File

@ -0,0 +1,5 @@
CC = clang
CFLAGS = -O2
LDFLAGS = -lsqlite3
all: sqlite3_create sqlite3_insert sqlite3_select sqlite3_update sqlite3_delete