mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-12 19:06:04 +02:00
20 lines
193 B
Makefile
20 lines
193 B
Makefile
#
|
|
# Makefile.fpc for OpenAL Examples
|
|
#
|
|
|
|
[target]
|
|
programs=reader1 reader2 io1 io2 tree1 tree2
|
|
|
|
[require]
|
|
#packages=
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../..
|
|
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|