mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 19:32:06 -05:00
030891531b
Since they are nice enough to provide a JSON API over HTTP, this makes for a perfect way to exercise our networking code a bit. :^)
9 lines
124 B
Makefile
Executable file
9 lines
124 B
Makefile
Executable file
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
ThreadCatalogModel.o \
|
|
main.o
|
|
|
|
APP = ChanViewer
|
|
|
|
include ../Makefile.common
|