diff options
Diffstat (limited to 'packages/libndsfpc/examples/card/Makefile.fpc')
| -rw-r--r-- | packages/libndsfpc/examples/card/Makefile.fpc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/libndsfpc/examples/card/Makefile.fpc b/packages/libndsfpc/examples/card/Makefile.fpc new file mode 100644 index 0000000000..b33cba1d21 --- /dev/null +++ b/packages/libndsfpc/examples/card/Makefile.fpc @@ -0,0 +1,18 @@ +# +# Makefile.fpc for Free Pascal libndsfpc 2.x.y Examples +# + +[target] +dirs=eeprom + +[require] +packages=libndsfpc + +[install] +fpcpackage=y + +[default] +fpcdir=../../../.. + +[rules] +.NOTPARALLEL: |
