mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-31 21:46:16 +02:00
16 lines
191 B
Makefile
16 lines
191 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal GTK 1.2.x Tutorial
|
|
#
|
|
|
|
[targets]
|
|
programs=$(subst .pp,,$(wildcard tut*.pp))
|
|
|
|
[require]
|
|
packages=gtk
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../../../../..
|