summaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends_cgi/d2sqlite3/sqlite3.mak
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-12-19 21:27:17 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-12-31 21:55:43 -0500
commitda6f5d079e01906fb5dc558390659557a869df8f (patch)
tree35b99248cf1ba78b52474bea960f92984ff721c7 /src/ext_depends_cgi/d2sqlite3/sqlite3.mak
parentsort how you want this to be (diff)
nix flake, things nix
Diffstat (limited to 'src/ext_depends_cgi/d2sqlite3/sqlite3.mak')
-rw-r--r--src/ext_depends_cgi/d2sqlite3/sqlite3.mak8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ext_depends_cgi/d2sqlite3/sqlite3.mak b/src/ext_depends_cgi/d2sqlite3/sqlite3.mak
deleted file mode 100644
index ec21b35..0000000
--- a/src/ext_depends_cgi/d2sqlite3/sqlite3.mak
+++ /dev/null
@@ -1,8 +0,0 @@
-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