1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

fix whitespace

This commit is contained in:
mrdudz 2022-09-18 00:36:30 +02:00
parent 163f0d447d
commit c8cdc1dc60

View File

@ -96,7 +96,7 @@ WOZRUNTIME=\
woz/ftosleeax.s \
woz/_ftostr.c \
woz/wozfp.s
##############################################################################
# The IEEE755 assembler implementation
@ -210,7 +210,7 @@ runsoft-misc: float-misc.soft.bin
runsoft-quick: quick.soft.bin
$(SIM65) quick.soft.bin
runsoft: float-minimal.soft.bin float-basic.soft.bin float-cmp.soft.bin float-conv.soft.bin float-misc.soft.bin
runsoft: float-minimal.soft.bin float-basic.soft.bin float-cmp.soft.bin float-conv.soft.bin float-misc.soft.bin
$(SIM65) float-minimal.soft.bin
$(SIM65) float-misc.soft.bin
-$(SIM65) float-conv.soft.bin