mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-29 16:10:31 +01:00
20 lines
240 B
Makefile
20 lines
240 B
Makefile
#
|
|
# Makefile.fpc for FCL FPCUnit test framework.
|
|
#
|
|
|
|
[package]
|
|
main=fcl
|
|
|
|
[target]
|
|
units=fpcunittests money moneytest testmockobject
|
|
|
|
[compiler]
|
|
options=-S2h
|
|
targetdir=../../$(OS_TARGET)
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|