commit 1966ca865c05d5b808545f71b9af093e946a1612
parent 0bec269744378d83af934fe93c561e4eca96095e
Author: Vincent Demeester <vincent@sbr.pm>
Date: Wed, 5 Feb 2020 11:56:18 +0100
Makefile: add pull target
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -4,6 +4,10 @@ all: build
update:
nix-channel --update
+.PHONY: pull
+pull:
+ (cd overlays/emacs-overlay && git pull --rebase)
+
.PHONY: assets
assets:
cp -Rv ~/sync/nixos/machines.nix assets/