Makefile.fpc 156 B

123456789101112131415
  1. #
  2. # Makefile.fpc for newt units example
  3. #
  4. [target]
  5. programs=newt1 newt2 newt3
  6. [require]
  7. packages=newt
  8. [install]
  9. fpcpackage=y
  10. [default]
  11. fpcdir=../../..