update makefile

This commit is contained in:
breadone 2024-08-12 23:31:41 +12:00
parent 11374bf8f6
commit 8d6f07bc26
No known key found for this signature in database

View File

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