mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-02 19:20:48 +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=../../..
|