home *** CD-ROM | disk | FTP | other *** search
/ gdead.berkeley.edu / gdead.berkeley.edu.tar / gdead.berkeley.edu / pub / cad-tools / ciftomann.tar / bench / Makefile < prev   
Makefile  |  1988-01-28  |  212b  |  9 lines

  1. all :
  2.     ciftomann -i chip.cif -o test.man -f chip.com -l test.log -p PG3600 -y
  3.     @echo "The following diffs should not find anything"
  4.     diff chip.man test.man
  5.     diff chip.log test.log
  6.  
  7. clean :
  8.     -rm test.man test.log
  9.