mirror of
https://github.com/st3fan/ewm.git
synced 2024-12-27 09:31:02 +00:00
Update Makefile
This commit is contained in:
parent
6009d09860
commit
1f786a3c43
@ -57,7 +57,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
|
||||
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_OBJECTS=$(TTY_TEST_SOURCES:.c=.o)
|
||||
TTY_TEST_LIBS=-lSDL2 $(LUA_LIBS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user