Skip to content

Commit

Permalink
deploy: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Oct 16, 2024
1 parent c11de36 commit b6c618b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deploy.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ main() {
cp --force "$make" "$dst/make"
cp --force --no-preserve=all "$config" "$dst/config.mk"

if [[ "$make" == *synth* || "$make" == *canonicalize* ]]; then
"$dst/make" yosys-dependencies
fi

if [[ -n "$@" ]]; then
"$dst/make" $@
fi
Expand Down

0 comments on commit b6c618b

Please sign in to comment.