mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-21 18:56:17 +02:00
16 lines
137 B
Makefile
16 lines
137 B
Makefile
#
|
|
# Makefile.fpc for GL demos
|
|
#
|
|
|
|
[targets]
|
|
programs=glutdemo
|
|
|
|
[require]
|
|
packages=opengl x11
|
|
|
|
[dirs]
|
|
fpcdir=../../..
|
|
|
|
[libs]
|
|
libother=1
|