Makefile.fpc 161 B

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