Skip to content

Commit

Permalink
soc/picorv32/test/Makefile: drop some useless punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
ldoolitt committed Jul 12, 2024
1 parent 80b4ea2 commit 53609e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions soc/picorv32/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ check:

fv:
# Formal verification of some components
(cd fv/ && sby f_pack.sby)
(cd fv/ && sby fifo.sby)
(cd fv/ && sby shortfifo.sby)
cd fv && sby f_pack.sby
cd fv && sby fifo.sby
cd fv && sby shortfifo.sby

clean:
$(MAKE) -C ./badger_loopback clean
Expand Down

0 comments on commit 53609e6

Please sign in to comment.