summaryrefslogtreecommitdiff
path: root/Applications/IRCClient/Makefile
AgeCommit message (Expand)Author
2019-06-25Move common Application build steps into their own Makefile.commonLawrence Manning
2019-05-13Fix "make clean" not deleting app binaries.Andreas Kling
2019-04-21Include Makefile.common in all other Makefiles.Andreas Kling
2019-04-20Get rid of SERENITY macro since the compiler already defines __serenity__Andreas Kling
2019-04-10Introduce LibCore and move GElapsedTimer => CElapsedTimer.Andreas Kling
2019-04-08LibGUI: Make GSocket connection asynchronous.Andreas Kling
2019-03-27LibC: Run constructors on process startup.Andreas Kling
2019-03-20Move WindowServer into Servers.Andreas Kling
2019-03-16IRCClient: Rename IRCClientWindowFoo => IRCWindowFoo.Andreas Kling
2019-03-15IRClient: Add a member list to channel views.Andreas Kling
2019-03-15IRCClient: Use a model for the window list.Andreas Kling
2019-03-15IRCClient: Rename IRCSubWindow => IRCClientWindow.Andreas Kling
2019-03-15IRCClient: Hacking on IRCClient bringup.Andreas Kling
2019-03-15IRCClient: Start working on a simple graphical IRC client.Andreas Kling