mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 00:51:28 +02:00
22 lines
218 B
Makefile
22 lines
218 B
Makefile
#
|
|
# Makefile.fpc for Postgres bindings
|
|
#
|
|
|
|
[targets]
|
|
units=dllist postgres
|
|
programs=testpg testemail
|
|
|
|
[dirs]
|
|
fpcdir=../..
|
|
|
|
[defaults]
|
|
defaultunits=1
|
|
|
|
|
|
[rules]
|
|
.PHONY: test examples
|
|
|
|
test: fpc_exes
|
|
|
|
examples: fpc_exes
|