From 6c7ea9977c45116cc51aba7a4486059926d01113 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 26 Jun 2016 01:04:05 -0400 Subject: More GNUmakefile cleanup. --- sqlite3/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sqlite3/Makefile (limited to 'sqlite3/Makefile') diff --git a/sqlite3/Makefile b/sqlite3/Makefile new file mode 100644 index 0000000..ed0d982 --- /dev/null +++ b/sqlite3/Makefile @@ -0,0 +1,8 @@ +ifndef CRYPTECH_ROOT + CRYPTECH_ROOT := $(abspath ../../..) +endif + +REPO = ${CRYPTECH_ROOT}/sw/thirdparty/sqlite3 +TARBALL = ${REPO}/$(notdir ${URL}) + +include ${REPO}/Makefile -- cgit v1.2.3