Skip to content

Commit 42a80aa

Browse files
authored
Update key constants in input.c (#135)
1 parent fa6bfec commit 42a80aa

File tree

4 files changed

+441
-348
lines changed

4 files changed

+441
-348
lines changed

Makefile.coco

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ DISK=autorun.dsk
1010
R2R_DIR=r2r/coco
1111
R2R_BIN=$(R2R_DIR)/$(DISK)
1212

13-
$(TARGET_EXEC): check_wifi.o connect_wifi.o destination_host_slot.o hosts_and_devices.o main.o perform_copy.o select_file.o select_slot.o set_wifi.o show_info.o bar.o die.o input.o io.o mount_and_boot.o screen.o strrchr.o pause.o
14-
$(CC) -o $@ check_wifi.o connect_wifi.o destination_host_slot.o hosts_and_devices.o main.o perform_copy.o select_file.o select_slot.o set_wifi.o show_info.o bar.o die.o input.o io.o mount_and_boot.o screen.o strrchr.o pause.o
13+
$(TARGET_EXEC): check_wifi.o connect_wifi.o destination_host_slot.o hosts_and_devices.o main.o perform_copy.o select_file.o select_slot.o set_wifi.o show_info.o bar.o die.o input.o io.o mount_and_boot.o screen.o strrchr.o strendswith.o pause.o
14+
$(CC) -o $@ $^
1515

1616
cfgload.bin:
1717
$(AS) -o $@ src/coco/cfgload.asm

0 commit comments

Comments
 (0)