--- hatari/tests/keymap/makefile 2019/04/09 08:56:11 1.1 +++ hatari/tests/keymap/makefile 2019/04/09 08:58:38 1.1.1.2 @@ -7,10 +7,10 @@ LIBS := $$(pkg-config --libs $(SDL)) all: listkeys checkkeys -checkkeys: checkkeys.c Makefile +checkkeys: checkkeys.c makefile $(CC) -o $@ $(CFLAGS) $< $(LIBS) -listkeys: listkeys.c Makefile +listkeys: listkeys.c makefile $(CC) -o $@ $(CFLAGS) $< $(LIBS) clean: