From 34dd27665fe47acacf889cbb1803b921e2cba3d7 Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Mon, 10 Aug 2015 16:04:05 -0400 Subject: Makefile: add sync target --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 75ec893..f2484ba 100644 --- a/Makefile +++ b/Makefile @@ -109,3 +109,8 @@ uninstall: $(foreach PLANK_THEME,$(PLANK),rm -rf $(DESTDIR)$(PREFIX)/share/plank/$(PLANK_THEME);) $(foreach COLOR,$(COLORS),rm -rf $(DESTDIR)$(PREFIX)/share/themes/Shiki-$(COLOR);) $(foreach WM_THEME,$(WM),rm -rf $(DESTDIR)$(PREFIX)/share/themes/$(WM_THEME);) + +sync: + git -C $(BASE) pull origin master + git add $(BASE) + git commit -m 'Synchronize with upstream $(BASE)' -- cgit v1.2.3