mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 09:19:30 +02:00
21 lines
172 B
Makefile
21 lines
172 B
Makefile
#
|
|
# Makefile.fpc for REXX demo program
|
|
#
|
|
|
|
[target]
|
|
programs=callrexx
|
|
|
|
[require]
|
|
packages=rexx
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|