added json location getter
This commit is contained in:
15
Makefile
Normal file
15
Makefile
Normal 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 $@
|
||||
Reference in New Issue
Block a user