mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 11:00:15 +02:00
16 lines
149 B
Makefile
16 lines
149 B
Makefile
#
|
|
# Makefile.fpc for dbus units example
|
|
#
|
|
|
|
[target]
|
|
programs=busexample
|
|
|
|
[require]
|
|
packages=dbus
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|