mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-02 01:00:35 +01:00
19 lines
237 B
Makefile
19 lines
237 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal libndsfpc 2.x.y Examples
|
|
#
|
|
|
|
[target]
|
|
dirs=3D Backgrounds Effects Ext_Palettes Printing Sprites
|
|
|
|
[require]
|
|
packages=libndsfpc
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|