mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-05 21:07:38 +02:00
16 lines
161 B
Makefile
16 lines
161 B
Makefile
#
|
|
# Makefile.fpc for Alpha simulator
|
|
#
|
|
|
|
[target]
|
|
programs=alphasim
|
|
|
|
[clean]
|
|
units=mm64 fastmm64 simlib simbase
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|