mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-02 12:54:43 +02:00
16 lines
162 B
Makefile
16 lines
162 B
Makefile
#
|
|
# Makefile.fpc for postgres units example
|
|
#
|
|
|
|
[target]
|
|
programs=testpg1 testpg2
|
|
|
|
[require]
|
|
packages=postgres
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|