update makefile

This commit is contained in:
breadone
2024-08-12 23:31:41 +12:00
parent 11374bf8f6
commit 8d6f07bc26

View File

@@ -12,6 +12,7 @@ release: clean
@cargo build --release
update: release
@git pull
ifeq ($(UNAME), Darwin)
cp target/release/bp ~/bin/
endif