summaryrefslogtreecommitdiff
path: root/AK/Makefile
AgeCommit message (Collapse)Author
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
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-02-05Remove some unused files.Andreas Kling
2018-12-04Import a simple text editor I started working on.Andreas Kling
2018-10-28Add a simple FileSystemPath class that can canonicalize paths.Andreas Kling
Also a simple StringBuilder to help him out.
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling