mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 02:49:22 +02:00
19 lines
240 B
Makefile
19 lines
240 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal libndsfpc 2.x.y Examples
|
|
#
|
|
|
|
[target]
|
|
dirs=2Dplus3D dual_screen fonts primitives scrolling sprites
|
|
|
|
[require]
|
|
packages=libndsfpc
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|