blob: fb98ca532950f9d0766ecf499153ccf4654673be (
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}/GNUmakefile
|