mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-30 06:43:49 +02:00
16 lines
164 B
Makefile
16 lines
164 B
Makefile
#
|
|
# Makefile.fpc for libcurl units example
|
|
#
|
|
|
|
[target]
|
|
programs=testcurl teststream
|
|
|
|
[require]
|
|
packages=libcurl
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|