mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 13:29:32 +01:00
16 lines
153 B
Makefile
16 lines
153 B
Makefile
#
|
|
# Makefile.fpc for regexpr units example
|
|
#
|
|
|
|
[target]
|
|
programs=testreg1
|
|
|
|
[require]
|
|
packages=regexpr
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|