~whynothugo/autovdirsyncer

05c0a0c4fd77dd49895041e44183269c4c53b678 — Hugo Osvaldo Barrera 2 years ago 2b62d3c
aur: Add make target to push updates
1 files changed, 3 insertions(+), 0 deletions(-)

M Makefile
M Makefile => Makefile +3 -0
@@ 13,4 13,7 @@ install: build
	@install -Dm644 autovdirsyncer.service \
	  ${DESTDIR}${PREFIX}/lib/systemd/user/autovdirsyncer.service

aur:
	git subtree push -P contrib/aur aur master

.PHONY: build install