mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-18 02:30:48 +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 $<
|