ladybird/Applications/ChanViewer/Makefile
2020-02-06 12:04:00 +01:00

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