summaryrefslogtreecommitdiff
path: root/Makefile.common
AgeCommit message (Expand)Author
2019-07-09AK: Add Platform.h with an ARCH() macro.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling
2019-06-22Build: Enable the -Werror flag.Andreas Kling
2019-05-16Only the kernel needs to build with default includes disabled.Andreas Kling
2019-05-04Painter: Re-enable diagonal draw_line().Andreas Kling
2019-04-24Build: Let's skip the --gc-sections linker option for now.Andreas Kling
2019-04-23Put assertions behind a DEBUG flag to make it easy to build without them.Andreas Kling
2019-04-23Build: Pass --gc-sections to the linker in all builds.Andreas Kling
2019-04-21Add a Makefile.common with stuff shared by all Makefiles.Andreas Kling