summaryrefslogtreecommitdiffstats
path: root/message.mk
AgeCommit message (Collapse)AuthorFilesLines
2017-09-07Clone chibios and ugfx if it's not already checked out. (#1651)skullydazed1-2/+1
* Clone chibios and ugfx if it's not already checked out. * update the submodule out of date message
2017-07-12Fix printf error in make output on msys2Fred Sundvik1-2/+2
2016-08-27Detect failures when running multiple testsFred Sundvik1-0/+1
Also add better output.
2016-08-27The makefile actually calls build_testFred Sundvik1-0/+7
2016-08-20Comment the MakefileFred Sundvik1-2/+11
Also move some messages to message.mk
2016-08-20Continue on errorFred Sundvik1-2/+5
2016-08-20More general system for generating several outputsFred Sundvik1-1/+28
2016-08-20Options for silent compilationFred Sundvik1-4/+0
A single keyboard is always by default compiled in verbose mode. While multiple keyboards are compiled in silent mode. This can be overriden by the silent variable from the command line
2016-08-20Actual compilationFred Sundvik1-1/+2
2016-08-20Add color outputFred Sundvik1-0/+35