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