serenity/Applications/ChanViewer/Makefile
Andreas Kling 030891531b ChanViewer: Start working on a simple read-only 4Chan viewer
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. :^)
2019-08-04 10:10:38 +02:00

9 lines
124 B
Makefile
Executable file

include ../../Makefile.common
OBJS = \
ThreadCatalogModel.o \
main.o
APP = ChanViewer
include ../Makefile.common