Skip to content

Commit

Permalink
update binaryname (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcp authored Oct 24, 2024
1 parent 43a752e commit 33a7851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
# convert all PSEs to msvj folders
convert: build
for file in docs/examples/*.pse; do \
./target/debug/pseutils --psefile "$file" --outputdir "${file%.*}"; \
./target/debug/ferritin-pymol --psefile "$file" --outputdir "${file%.*}"; \
done


Expand Down

0 comments on commit 33a7851

Please sign in to comment.