mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 17:10:14 +02:00
19 lines
204 B
Makefile
19 lines
204 B
Makefile
#
|
|
# Makefile.fpc for apache2.0 units example
|
|
#
|
|
|
|
[target]
|
|
programs=evaltest rpnthing easyevalexample
|
|
|
|
[require]
|
|
packages=symbolic
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|