mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-04 13:06:01 +00:00
4 lines
106 B
Plaintext
4 lines
106 B
Plaintext
# Assemble startup file.
|
|
crt0.o: $(srcdir)/config/vms/vms-ucrt0.c
|
|
$(gcc_compile) -mpointer-size=64 -c $<
|