diff options
author | Rob Austein <sra@hactrn.net> | 2016-11-22 00:22:48 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-11-22 00:22:48 -0500 |
commit | 543fc948aaf35f31ef5100a3897bf15cf5fa0d0d (patch) | |
tree | 524bc75a3eede1ce640f24300914d1a10a4d3e38 /sqlite3 | |
parent | eff8f1875aae79760009b8b60d2a94af2d4da779 (diff) |
Remove SQLite3 from build, no longer needed.
Diffstat (limited to 'sqlite3')
-rw-r--r-- | sqlite3/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sqlite3/Makefile b/sqlite3/Makefile deleted file mode 100644 index ed0d982..0000000 --- a/sqlite3/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -ifndef CRYPTECH_ROOT - CRYPTECH_ROOT := $(abspath ../../..) -endif - -REPO = ${CRYPTECH_ROOT}/sw/thirdparty/sqlite3 -TARBALL = ${REPO}/$(notdir ${URL}) - -include ${REPO}/Makefile |