PD=$(shell r2 -H R2_USER_PLUGINS)

all:
	mkdir -p "$(PD)"
	cp -f codeshare.r2.js "$(PD)"

uninstall:
	rm rm -f "$(PD)/codeshare.r2.js"
