rollback makefile change

add ip addr command
This commit is contained in:
breadone
2024-08-12 23:35:29 +12:00
parent 8d6f07bc26
commit aaff62cbc6
2 changed files with 15 additions and 3 deletions

View File

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