mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 13:49:23 +02:00
16 lines
156 B
Makefile
16 lines
156 B
Makefile
#
|
|
# Makefile.fpc for newt units example
|
|
#
|
|
|
|
[target]
|
|
programs=newt1 newt2 newt3
|
|
|
|
[require]
|
|
packages=newt
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|