Fix for link issue

This commit is contained in:
Stefan Arentz 2017-10-03 20:39:37 -04:00
parent cb783a3957
commit 8a8438d0c2
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ SCR_TEST_OBJECTS=$(SCR_TEST_SOURCES:.c=.o)
SCR_TEST_LIBS=-lSDL2 $(LUA_LIBS)
TTY_TEST_EXECUTABLE=tty_test
TTY_TEST_SOURCES=cpu.c ins.c mem.c fmt.c one.c tty.c pia.c chr.c utl.c tty_test.c lua.c sdl.c
TTY_TEST_SOURCES=$(CPU_SOURCES) one.c tty.c pia.c chr.c tty_test.c sdl.c
TTY_TEST_OBJECTS=$(TTY_TEST_SOURCES:.c=.o)
TTY_TEST_LIBS=-lSDL2 $(LUA_LIBS)