key/keyp: Right shift doesn't work #488

added keycodes.c dependency
This commit is contained in:
BADIM-PC\Vadim 2017-12-31 10:00:12 +03:00
parent 8af72bbff9
commit 75491eaa54
1 changed files with 1 additions and 1 deletions

View File

@ -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)