diff --git a/Makefile b/Makefile index 370640a..69ce6fd 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,14 @@ +# Version control +VC = git + # Hide some verbose messages from Make MAKEFLAGS += --no-print-directory all: sync +refresh: + @$(VC) pull + # === All platforms == sync-dotconfig: @@ -25,6 +31,7 @@ sync-unison: # === Specific platforms == sync: + @$(MAKE) refresh ifeq ($(shell grep -c "archlinux" /proc/version), 1) # Arch @$(MAKE) sync-dotconfig