mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-01 14:20:33 +01: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=../../..
|