mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-18 19:56:06 +02:00
21 lines
235 B
Makefile
21 lines
235 B
Makefile
#
|
|
# Makefile.fpc for OpenGL for FPC
|
|
#
|
|
|
|
[targets]
|
|
dirs=linux examples build
|
|
|
|
[sections]
|
|
none=1
|
|
|
|
[defaults]
|
|
defaultbuilddir=$(OS_TARGET)
|
|
defaultinstalldir=$(OS_TARGET)
|
|
|
|
[rules]
|
|
.PHONY: examples
|
|
|
|
examples:
|
|
$(MAKE) examples_all
|
|
|