aboutsummaryrefslogtreecommitdiff
path: root/sqlite3/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite3/GNUmakefile')
-rw-r--r--sqlite3/GNUmakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sqlite3/GNUmakefile b/sqlite3/GNUmakefile
new file mode 100644
index 0000000..fb98ca5
--- /dev/null
+++ b/sqlite3/GNUmakefile
@@ -0,0 +1,8 @@
+ifndef CRYPTECH_ROOT
+ CRYPTECH_ROOT := $(abspath ../../..)
+endif
+
+REPO = ${CRYPTECH_ROOT}/sw/thirdparty/sqlite3
+TARBALL = ${REPO}/$(notdir ${URL})
+
+include ${REPO}/GNUmakefile