mirror of
https://github.com/brunofontes/Memsource-API.git
synced 2024-11-23 19:00:50 +00:00
9 lines
158 B
Makefile
9 lines
158 B
Makefile
install:
|
|
composer update
|
|
chmod +x ./pre-push.sh
|
|
mkdir -p .git/hooks
|
|
ln -fs ../../pre-push.sh .git/hooks/pre-push
|
|
|
|
uninstall:
|
|
rm -f ./.git/hooks/pre-push
|