blob: ed0d982165b7a44d242dee0c549e4c526ff6f62f (
plain) (
blame)
1
2
3
4
5
6
7
8
|
ifndef CRYPTECH_ROOT
CRYPTECH_ROOT := $(abspath ../../..)
endif
REPO = ${CRYPTECH_ROOT}/sw/thirdparty/sqlite3
TARBALL = ${REPO}/$(notdir ${URL})
include ${REPO}/Makefile
|