diff --git a/Makefile b/Makefile index 3c45564..871de48 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: countries.js countries/countries.json: .SUBMODULES -countries.js: countries/countries.json +countries.js: countries/countries.json .PHONY python3 scripts/generate_countries_list.py countries/countries.json > countries.js clean: @@ -13,3 +13,4 @@ clean: git submodule init git submodule update +.PHONY: diff --git a/gohookr.sh b/gohookr.sh new file mode 100755 index 0000000..02d6e03 --- /dev/null +++ b/gohookr.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +cd `dirname $0` +git pull +make