mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 01:07:57 +02: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=../../..
|