mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-17 17:18:47 +02:00
19 lines
267 B
Makefile
19 lines
267 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal libndsfpc 2.x.y Examples
|
|
#
|
|
|
|
[target]
|
|
dirs=audio card debugging ds_motion dswifi filesystem gl2d graphics hello_world input time
|
|
|
|
[require]
|
|
packages=libndsfpc
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|