mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-27 08:13:42 +02:00
16 lines
141 B
Makefile
16 lines
141 B
Makefile
#
|
|
# Makefile.fpc for ggi units example
|
|
#
|
|
|
|
[target]
|
|
programs=ggi1
|
|
|
|
[require]
|
|
packages=ggi
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|