ladybird/Servers
joshua stein 0d2bfe5c65 Build: Only look at SUBDIRS with Makefiles
If a directory is renamed or deleted before 'make clean', git will
delete the Makefile but leave all of the object and dependency files
around.  When make would try to recurse into that directory from the
wildcard, it would error out since there is no Makefile.
2020-02-25 19:56:48 +01:00
..
AudioServer AudioServer: Remove ASEventLoop class and do all the setup in main() 2020-02-17 16:50:48 +01:00
LookupServer LibCore: Replace manual forward declarations with <LibCore/Forward.h> 2020-02-15 00:13:44 +01:00
NotificationServer Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
ProtocolServer AK: Add basic Traits for RefPtr 2020-02-16 21:58:17 +01:00
SystemServer AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
TelnetServer TelnetServer: Protect the Client object during drain_socket() 2020-02-08 19:12:52 +01:00
TTYServer TTYServer: Use unveil() 2020-02-22 21:19:58 +01:00
WebServer LibCore: Replace manual forward declarations with <LibCore/Forward.h> 2020-02-15 00:13:44 +01:00
WindowServer AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00