mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-14 00:52:33 +02:00
21 lines
188 B
Makefile
21 lines
188 B
Makefile
#
|
|
# Makefile.fpc for RegExpr
|
|
#
|
|
|
|
[package]
|
|
name=regexpr
|
|
version=1.9.0
|
|
|
|
[target]
|
|
units=regexpr
|
|
examples=testreg1
|
|
|
|
[compiler]
|
|
options=-S2
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|