FreeCalypso > hg > freecalypso-schem2
diff venus/src/Makefile @ 65:fb8fceab632c
venus/src/Makefile: unet-bind -c to check completeness
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Wed, 01 Dec 2021 21:47:20 +0000 | 
| parents | 4a7db02ddd3e | 
| children | 8f3df7a222f5 | 
line wrap: on
 line diff
--- a/venus/src/Makefile Wed Dec 01 21:45:42 2021 +0000 +++ b/venus/src/Makefile Wed Dec 01 21:47:20 2021 +0000 @@ -37,7 +37,7 @@ unet-excise sverp.unet mob.LED_B > $@ bound.unet: MCL noledb.unet Makefile ${SLOTMAP} - unet-bind noledb.unet $@ + unet-bind -c noledb.unet $@ clean: rm -f *.unet *.txt *.csv
