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