blob: 1f6e0ae2da9ba89500bda777b13feacfbbfd6b6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# Makefile.fpc for Free Pascal libndsfpc 2.x.y Examples
#
[target]
dirs=audio_modes basic_sound reverb song_events_example song_events_example2
[require]
packages=libndsfpc
[install]
fpcpackage=y
[default]
fpcdir=../../../../..
[rules]
.NOTPARALLEL:
|