mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-07-24 00:58:05 +02:00
14 lines
147 B
Makefile
14 lines
147 B
Makefile
#
|
|
# Makefile.fpc for Free Component Library
|
|
#
|
|
|
|
[sections]
|
|
none=1
|
|
|
|
[rules]
|
|
all:
|
|
$(MAKE) -C $(OS_TARGET) all
|
|
|
|
[default]
|
|
fpcdir=../../../..
|