mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 21:48:01 +02:00
19 lines
214 B
Makefile
19 lines
214 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal libogcfpc 2.x.y Examples
|
|
#
|
|
|
|
[target]
|
|
dirs=network usbkeyboard usbgecko
|
|
|
|
[require]
|
|
packages=libogcfpc
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|