From 756d82cc9ede7d00381ac7c8b1b35aa762b9003c Mon Sep 17 00:00:00 2001 From: Pedro Paixao Date: Tue, 19 Nov 2013 19:41:01 -0500 Subject: [PATCH] add git-pull section Update repo and all submodules --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e6d3eea..63246d6f 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,12 @@ test-cov: clean instrument @echo @echo Open html-report/index.html file in your browser +git-pull: + git pull + git submodule init + git submodule update + git submodule status + clean: -rm -fr lib-cov -rm -fr covershot @@ -37,7 +43,7 @@ clean: -rm -fr coverage -rm -fr coverage.html -sodium: +sodium: git-pull cd libsodium; \ ./autogen.sh; \ ./configure; \