Skip to content

Commit 951335e

Browse files
committed
windows: Fix input.c missing in Makefile after changes for adafruit#582
1 parent c3602e1 commit 951335e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ endif
3030
SRC_C = \
3131
unix/main.c \
3232
unix/file.c \
33+
unix/input.c \
3334
realpath.c \
3435
init.c \
3536

0 commit comments

Comments
 (0)