mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-31 18:20:31 +01:00
13 lines
135 B
Makefile
13 lines
135 B
Makefile
#
|
|
# Makefile.fpc for Alpha simulator
|
|
#
|
|
|
|
[targets]
|
|
programs=alphasim
|
|
|
|
[clean]
|
|
units=mm64 fastmm64 simlib simbase
|
|
|
|
[dirs]
|
|
fpcdir=../..
|