IRCClient: Start working on a simple graphical IRC client.

This will be a nice way to exercise both LibGUI and the TCP/IP support. :^)
This commit is contained in:
Andreas Kling 2019-03-15 12:14:23 +01:00
commit aa19735c5a
Notes: sideshowbarker 2024-07-19 15:03:00 +09:00
18 changed files with 779 additions and 1 deletions

View file

@ -32,6 +32,8 @@ $make_cmd -C ../Applications/TextEditor clean && \
$make_cmd -C ../Applications/TextEditor && \
$make_cmd -C ../Applications/About clean && \
$make_cmd -C ../Applications/About && \
$make_cmd -C ../Applications/IRCClient clean && \
$make_cmd -C ../Applications/IRCClient && \
$make_cmd clean &&\
$make_cmd && \
sudo ./sync.sh