diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-11-23 22:12:48 -0500 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-11 17:31:37 -0500 |
| commit | fc49148876e94924d4218b078c212578bbec9c10 (patch) | |
| tree | c4940ecf228b10cb89f47b2da000365d5bbcc4c6 /src/ext_depends_cgi/d2sqlite3/sqlite3.mak | |
sort how you want this to be
Diffstat (limited to 'src/ext_depends_cgi/d2sqlite3/sqlite3.mak')
| -rw-r--r-- | src/ext_depends_cgi/d2sqlite3/sqlite3.mak | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ext_depends_cgi/d2sqlite3/sqlite3.mak b/src/ext_depends_cgi/d2sqlite3/sqlite3.mak new file mode 100644 index 0000000..ec21b35 --- /dev/null +++ b/src/ext_depends_cgi/d2sqlite3/sqlite3.mak @@ -0,0 +1,8 @@ +CC?= /usr/bin/cc +all: sqlite3.o + +sqlite3.o: c/sqlite3.c + $(CC) -c -O2 -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_UNLOCK_NOTIFY c/sqlite3.c + +clean: + rm -f *.o |
