Skip to content

Commit

Permalink
add Makefiles to clone/update
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Vander Stichele committed Sep 11, 2012
1 parent 56c61c8 commit 4926064
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,2 @@
all:
make -C python/mushin/extern
9 changes: 9 additions & 0 deletions python/mushin/extern/Makefile
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,9 @@
all: paisley-update python-command


python-command:
git clone https://github.com/thomasvs/python-command.git

paisley-update:
cd paisley.git && git fetch -a && git checkout int-mushin-3 && git pull

0 comments on commit 4926064

Please sign in to comment.