Skip to content

Commit

Permalink
ci: Works on my machine
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 19, 2024
1 parent 87437ac commit db3f6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ compile-vcs: scripts/compile_vcs.sh

bin/%.vcs: scripts/compile_vcs.sh compile-vcs
mkdir -p bin
$(VCS) $(VCS_ARGS) $(VCS_PARAMS) $*
$(VCS) $(VCS_ARGS) $(VCS_PARAMS) $* -o $@

run-vcs run-vcs-batch: bin/$(TB_DUT).vcs
$<
Expand Down

0 comments on commit db3f6f9

Please sign in to comment.