mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-07 14:56:58 +02:00
16 lines
158 B
Makefile
16 lines
158 B
Makefile
#
|
|
# Makefile.fpc for ibase units example
|
|
#
|
|
|
|
[target]
|
|
programs=testib40 testib60
|
|
|
|
[require]
|
|
packages=ibase
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|