ladybird/Libraries/LibMarkdown
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
..
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
MDBlock.h Libraries: Add LibMarkdown 2019-09-28 18:29:42 +02:00
MDCodeBlock.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
MDCodeBlock.h Libraries: Add LibMarkdown 2019-09-28 18:29:42 +02:00
MDDocument.cpp LibMarkdown: Handle CRLF line endings 2019-12-02 13:52:42 +01:00
MDDocument.h Libraries: Add LibMarkdown 2019-09-28 18:29:42 +02:00
MDHeading.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
MDHeading.h Libraries: Add LibMarkdown 2019-09-28 18:29:42 +02:00
MDList.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
MDList.h Libraries: Add LibMarkdown 2019-09-28 18:29:42 +02:00
MDParagraph.cpp Libraries: Add LibMarkdown 2019-09-28 18:29:42 +02:00
MDParagraph.h Libraries: Add LibMarkdown 2019-09-28 18:29:42 +02:00
MDText.cpp AK: Use size_t for the length of strings 2019-12-09 17:51:21 +01:00
MDText.h LibMarkdown: Implement link support 2019-10-03 08:23:54 +02:00