mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-30 23:00:36 +01:00
16 lines
151 B
Makefile
16 lines
151 B
Makefile
#
|
|
# Makefile.fpc for testlog units example
|
|
#
|
|
|
|
[target]
|
|
programs=testlog
|
|
|
|
[require]
|
|
packages=syslog
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|