mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
# Assemble startup files.
|
|
vcrt0.o: $(srcdir)/config/vms/vms-ucrt0.c
|
|
$(gcc_compile) -c $<
|
|
|
|
pcrt0.o: $(srcdir)/config/vms/vms-ucrt0.c
|
|
$(gcc_compile) -c -DCRT0_POSIX_EXIT $<
|