summaryrefslogtreecommitdiffstats
path: root/SOURCES/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'SOURCES/Makefile')
-rw-r--r--SOURCES/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/SOURCES/Makefile b/SOURCES/Makefile
new file mode 100644
index 0000000..8cc82c6
--- /dev/null
+++ b/SOURCES/Makefile
@@ -0,0 +1,5 @@
+CWD = $(shell readlink -f .)
+
+$(PWD)/sqlite-3.19.2.tar.gz:
+ wget -c "https://www.sqlite.org/2017/sqlite-autoconf-3190200.tar.gz" -O \
+ $(PWD)/sqlite-3.19.2.tar.gz