Skip to content

Commit 9157ba0

Browse files
committed
Fix iverilog -o
1 parent 48f4b38 commit 9157ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ build/%.vcd: build/%.out
7979
cd build && ./$<
8080

8181
build/%.out: %.v build/%.d
82-
$(IVERILOG) $< -o $@
82+
$(IVERILOG) -o $@ $<
8383

8484
# Top-level goals (flash, sim, run, time)
8585

0 commit comments

Comments
 (0)