make: updated makefile + init script with githook for running the init script
This commit is contained in:
parent
c2a946c8c8
commit
2065cd3073
4 changed files with 276 additions and 105 deletions
2
misc/git-hooks/post-checkout.sh
Normal file
2
misc/git-hooks/post-checkout.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash -e
|
||||
bash init.sh
|
||||
Reference in a new issue