mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 17:38:31 +02:00
16 lines
147 B
Makefile
16 lines
147 B
Makefile
#
|
|
# Makefile.fpc for utmp units example
|
|
#
|
|
|
|
[target]
|
|
programs=testutmp
|
|
|
|
[require]
|
|
packages=utmp
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|