mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 03:39:28 +02:00
16 lines
157 B
Makefile
16 lines
157 B
Makefile
#
|
|
# Makefile.fpc for gdbm units example
|
|
#
|
|
|
|
[target]
|
|
programs=testgdbm testgdbm2
|
|
|
|
[require]
|
|
packages=gdbm
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|