added json location getter

This commit is contained in:
2016-10-07 22:56:20 -04:00
parent 6ad22d684f
commit 6eaf2cca28
2 changed files with 47 additions and 0 deletions

15
Makefile Normal file
View File

@@ -0,0 +1,15 @@
TARGETS := \
$(HOME)/Library/Local/bin/update-location-json.sh
.PHONY: install $(TARGETS)
default: install
install: $(TARGETS)
$(HOME)/Library/Local/bin:
mkdir -p $@
$(HOME)/Library/Local/bin/update-location-json.sh:
cp $(PWD)/update-workstation-location/update-location-json.sh $@
chmod +x $@