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