From 9bcaa60cb1aea37d70148d8ca46b086ff5adaec0 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 30 Sep 2016 16:16:14 -0400 Subject: add script to download latest amalgamation --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 127461d..3491456 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,8 @@ install: clean install_bundle: clean python setup.py install --bundled +get_amalgamation: + scripts/get_latest_amalgamation.sh amalgamation_latest + clean: rm -rf build dist -- cgit v1.2.3