You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hacks/Makefile

15 lines
303 B

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 $@