From 8d6f07bc267a2ebdafb0fa40aa82e566afd83230 Mon Sep 17 00:00:00 2001 From: breadone Date: Mon, 12 Aug 2024 23:31:41 +1200 Subject: [PATCH] update makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3e54291..5722b9d 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ release: clean @cargo build --release update: release + @git pull ifeq ($(UNAME), Darwin) cp target/release/bp ~/bin/ endif