mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 21:29:43 +01:00
19 lines
184 B
Makefile
19 lines
184 B
Makefile
#
|
|
# Makefile.fpc for Alpha simulator
|
|
#
|
|
|
|
[target]
|
|
programs=alphasim
|
|
|
|
[clean]
|
|
units=mm64 fastmm64 simlib simbase
|
|
|
|
[install]
|
|
fpcpackage=y
|
|
|
|
[default]
|
|
fpcdir=../..
|
|
|
|
[rules]
|
|
.NOTPARALLEL:
|