ovh-api-bash-client/Makefile

7 lines
170 B
Makefile
Raw Permalink Normal View History

2014-04-17 19:53:28 +02:00
LIBS_FOLDER = "./libs/"
install:
curl -Ls -o $(LIBS_FOLDER)/JSON.sh --create-dirs https://github.com/dominictarr/JSON.sh/raw/master/JSON.sh
chmod +x $(LIBS_FOLDER)/*