mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
crtprec32.o: $(srcdir)/config/i386/crtprec.c
|
|
$(gcc_compile) -D__PREC=32 -c $<
|
|
|
|
crtprec64.o: $(srcdir)/config/i386/crtprec.c
|
|
$(gcc_compile) -D__PREC=64 -c $<
|
|
|
|
crtprec80.o: $(srcdir)/config/i386/crtprec.c
|
|
$(gcc_compile) -D__PREC=80 -c $<
|