Makefile.fpc 257 B

1234567891011121314151617181920212223242526
  1. #
  2. # Makefile.fpc for Free Pascal libgbafpc 2.x.y Examples
  3. #
  4. [target]
  5. programs=template
  6. [require]
  7. packages=libgbafpc
  8. [install]
  9. fpcpackage=y
  10. [default]
  11. cpu=arm
  12. target=gba
  13. fpcdir=../../../..
  14. [clean]
  15. files=*.elf
  16. units=*
  17. [prerules]
  18. [rules]
  19. .NOTPARALLEL: