mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-17 05:41:29 +01:00
14 lines
192 B
Makefile
14 lines
192 B
Makefile
#
|
|
# Makefile.fpc for API Examples/Tests
|
|
#
|
|
|
|
[targets]
|
|
programs=testkbd testmous testmou2 testvid1 testvid2 testfsys testfctl testcall
|
|
|
|
[require]
|
|
packages=api
|
|
|
|
[dirs]
|
|
fpcdir=../..
|
|
targetdir=.
|