mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 11:49:23 +02:00
14 lines
242 B
Makefile
14 lines
242 B
Makefile
#
|
|
# Makefile.fpc for FPC Netware clib demos (part of FPC demo package)
|
|
#
|
|
|
|
[target]
|
|
programs_netware=nutmon check nuttest
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
nutmon.nlm: nutmon.pp nutconnection.pp
|
|
|
|
nuttest.nlm: nuttest.pp ../netwlibc/nuttest.pp |