Skip to content

Commit

Permalink
chore: Add update command in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 26, 2023
1 parent c22d849 commit 19e736d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,7 @@ binder: ## Generate pybind11 bindings
-I/bind/src/pxblat/extc/bindings \
--std=c++17 \
-DNDEBUG

update:
pre-commit autoupdate
poetry update

0 comments on commit 19e736d

Please sign in to comment.