mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 23:30:13 +01: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
|