Skip to content

Commit

Permalink
Sacar la instalacion de hook asi se puede compilar desde el zip
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdarago committed Mar 5, 2015
1 parent 6f5fccf commit 8cd1345
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
@@ -1,6 +1,6 @@
.PHONY: all clean hooks

all: hooks
all:
cd g2g; make;
cd lioamber; make;
cd liosolo; make;
Expand All @@ -9,6 +9,3 @@ clean:
cd g2g; make clean;
cd lioamber; make clean;
cd liosolo; make clean;

hooks:
cp hooks/pre-push.py.hook .git/hooks/pre-push

0 comments on commit 8cd1345

Please sign in to comment.