1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 13:21:00 +00:00
serenity/Servers/TelnetServer
joshua stein ac25438d54 Build: clean up build system, use one shared Makefile
Allow everything to be built from the top level directory with just
'make', cleaned with 'make clean', and installed with 'make
install'.  Also support these in any particular subdirectory.

Specifying 'make VERBOSE=1' will print each ld/g++/etc. command as
it runs.

Kernel and early host tools (IPCCompiler, etc.) are built as
object.host.o so that they don't conflict with other things built
with the cross-compiler.
2019-12-20 20:20:54 +01:00
..
Client.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
Client.h LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
Command.h TelnetServer: Implement basic telnet server 2019-09-08 10:56:34 +02:00
main.cpp TelnetServer: Accept arbitrary command with -c 2019-09-28 22:37:14 +02:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
Parser.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
Parser.h TelnetServer: Implement basic telnet server 2019-09-08 10:56:34 +02:00