summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2017-06-18Add basic infrastrucure for building full testsFred Sundvik
2017-04-13Add SKIP_VERSION option to speed up compilationFred Sundvik
2017-04-13Add makefile option to break on errorsFred Sundvik
2017-02-02Typo fixesOsamu Aoki
2017-01-27Merge pull request #869 from dylanjgscott/masterJack Humbert
2017-01-24Compare Makefile with itself instead of using `--help`Dylan Scott
2016-12-29Clean up the SKIP_GIT codeFred Sundvik
2016-12-29Remove extra parenthesis from MakefileFred Sundvik
2016-11-01Adding SKIP_GIT to speed up compiles.IBNobody
2016-10-30Run each sumbmake in a separate shellFred Sundvik
2016-08-27The all target makes all keyboards and all testsFred Sundvik
2016-08-27Support for running and cleaning all testsFred Sundvik
2016-08-27Detect failures when running multiple testsFred Sundvik
2016-08-27Fix running multiple testsFred Sundvik
2016-08-27Running of unit testsFred Sundvik
2016-08-27The makefile actually calls build_testFred Sundvik
2016-08-27Basic framework for parsing test targetsFred Sundvik
2016-08-24Fix slight inconsistencyFred Sundvik
2016-08-21Add longest match to the rule-checkingFred Sundvik
2016-08-20Comment the MakefileFred Sundvik
2016-08-20Better format for non-silent outputFred Sundvik
2016-08-20Continue on errorFred Sundvik
2016-08-20Pass the target to submakeFred Sundvik
2016-08-20Fix variable name clash with builtinFred Sundvik
2016-08-20Options for silent compilationFred Sundvik
2016-08-20Don't run builtin rules for submakeFred Sundvik
2016-08-20Fix running make in parallelFred Sundvik
2016-08-20Move git submodule check and version generation to main MakefileFred Sundvik
2016-08-20Actual compilationFred Sundvik
2016-08-20Add color outputFred Sundvik
2016-08-20Fix running make from various subfoldersFred Sundvik
2016-08-20Fixed the shortcut targetsFred Sundvik
2016-08-20Proper default goals when inside keyboard fodlersFred Sundvik
2016-08-20Add backwards compability with makefile variablesFred Sundvik
2016-08-20Proper handling for running make from a subproject or keymap dirFred Sundvik
2016-08-20Support for running from keyboard directoryFred Sundvik
2016-08-20Print error when building non-existing keyboardFred Sundvik
2016-08-20Print error message when trying to build non-existing keymapFred Sundvik
2016-08-20Proper parsing of keymaps inside subprojectsFred Sundvik
2016-08-20Split keyboard makefiles into rules and MakefileFred Sundvik
2016-08-20Add default subproject parsingFred Sundvik
2016-08-20Slight rearrange of the Makefile for easier readabilityFred Sundvik
2016-08-20Slight refactoring to remove some verbosityFred Sundvik
2016-08-20Subproject parsingFred Sundvik
2016-08-20Proper looping for allkb and allkmFred Sundvik
2016-08-20Refactor common rule list parsing into own functionFred Sundvik
2016-08-20Add keymap parsingFred Sundvik
2016-08-20Rule parsing to match kebyoardsFred Sundvik
2016-08-20First version of rule parsingFred Sundvik
2016-08-20Parsing of makefile variables from starting dirFred Sundvik