Skip to content

Commit

Permalink
add git-pull section
Browse files Browse the repository at this point in the history
Update repo and all submodules
  • Loading branch information
paixaop committed Nov 20, 2013
1 parent 04f7ae2 commit 756d82c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,20 @@ 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
-rm -fr html-report
-rm -fr coverage
-rm -fr coverage.html

sodium:
sodium: git-pull
cd libsodium; \
./autogen.sh; \
./configure; \
Expand Down

0 comments on commit 756d82c

Please sign in to comment.