mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:41:39 +02:00
16 lines
158 B
Makefile
16 lines
158 B
Makefile
#
|
|
# Makefile.fpc for Free Vision Test/Examples
|
|
#
|
|
|
|
[target]
|
|
programs=testapp
|
|
|
|
[compiler]
|
|
includedir=../src
|
|
|
|
[require]
|
|
packages=fv
|
|
|
|
[default]
|
|
fpcdir=../../..
|