mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-27 23:12:06 +00:00
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. :^)
10 lines
124 B
Makefile
Executable File
10 lines
124 B
Makefile
Executable File
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
ThreadCatalogModel.o \
|
|
main.o
|
|
|
|
APP = ChanViewer
|
|
|
|
include ../Makefile.common
|