Makefile.fpc 137 B

123456789101112
  1. #
  2. # Makefile.fpc for Alpha simulator
  3. #
  4. [target]
  5. programs=alphasim
  6. [clean]
  7. units=mm64 fastmm64 simlib simbase
  8. [default]
  9. fpcdir=../..