From 75491eaa54c23dd79b41b6fbfa911ea3c28c5967 Mon Sep 17 00:00:00 2001 From: "BADIM-PC\\Vadim" Date: Sun, 31 Dec 2017 10:00:12 +0300 Subject: [PATCH] key/keyp: Right shift doesn't work #488 added keycodes.c dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85a08a8..aa76946 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ TIC80_H = include/tic80/tic80_types.h include/tic80/tic80.h include/tic80/tic80_ TIC_H= src/*.h \ src/ext/*.h -bin/studio.o: src/studio.c $(TIC80_H) $(TIC_H) +bin/studio.o: src/studio.c src/keycodes.c $(TIC80_H) $(TIC_H) $(CC) $< $(OPT) $(INCLUDES) -c -o $@ bin/console.o: src/console.c $(TIC80_H) $(TIC_H) $(DEMO_ASSETS)