Skip to content

Commit

Permalink
Improve justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alisomay committed Nov 28, 2024
1 parent 40a359b commit 91367ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ update_dependencies:
git submodule update --recursive --remote && cargo clean && cargo update && cargo build
update_submodules:
git submodule update --recursive --remote
hard_update_submodules:
git submodule deinit -f libpd && git rm -f libpd && rm -rf .git/modules/libpd && git submodule add -b extended https://github.com/alisomay/libpd.git libpd && git submodule update --init --remote --recursive
test_publish:
cd libpd && git stash && cd .. && git submodule update --init --recursive --remote && cargo publish --dry-run --no-verify --allow-dirty
publish:
Expand Down
2 changes: 1 addition & 1 deletion libpd
Submodule libpd updated 1 files
+13 −0 CMakeLists.txt

0 comments on commit 91367ad

Please sign in to comment.