Skip to content

Commit

Permalink
Merge pull request #4 from TheJonaMr/main
Browse files Browse the repository at this point in the history
Fixed: ngspice_compile not running twice

Thanks @TheJonaMr
  • Loading branch information
wulffern authored Jan 13, 2024
2 parents 77d276b + 9667d45 commit 7c86d5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ tt: tcl_compile tcl_install \

eda_compile: magic_compile \
xschem_compile \
netgen_compile \
ngspice_compile \
ngspice_compile
netgen_compile
#iverilog_compile \
#yosys_compile \
#gtkwave_compile
make ngspice_compile
make ngspice_compile

eda_install: magic_install \
xschem_install \
Expand Down

0 comments on commit 7c86d5c

Please sign in to comment.