mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
10 lines
167 B
Makefile
Executable file
10 lines
167 B
Makefile
Executable file
OBJS = \
|
|
ThreadCatalogModel.o \
|
|
BoardListModel.o \
|
|
main.o
|
|
|
|
PROGRAM = ChanViewer
|
|
|
|
LIB_DEPS = GUI Gfx IPC Thread Pthread Core
|
|
|
|
include ../../Makefile.common
|