summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2019-09-03Update submodule check to include LUFA (#6661)Drashna Jaelre
2019-08-15Add an alternative method for keyboard discovery to speed up build (#6073)Joel Challis
2019-05-06Make python a required build dependency (#5784)skullydazed
2019-03-08Shallow clone submodules. (#5279)Blaž Hrastnik
2019-02-05Add distclean target insteadfauxpark
2019-02-05These targets should be .PHONYfauxpark
2019-02-05make clean should remove .bin and .hex toofauxpark
2019-01-30Remove duplicate make invocationszvecr
2018-09-10improve looks like hang up when first time execute make git-submodule (#3846)leico
2018-07-17Correct parsing of rules.mk for keyboard revisionsFredric Silberberg
2018-03-16Added a clean target to remove build artifactsSebastian
2017-11-14update version silencingJack Humbert
2017-11-14update travis scriptJack Humbert
2017-10-15add note to makefile for future useJack Humbert
2017-10-15fix up default keymaps and remove keyboard folder filterJack Humbert
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert
2017-09-08Remove all Makefiles from the keyboards directory. (#1660)skullydazed
2017-09-06Revert "Remove the "lib/%" rule."skullY
2017-09-06Remove the "lib/%" rule.skullY
2017-09-06Clone chibios and ugfx if it's not already checked out. (#1651)skullydazed
2017-08-28add a `git-submodule` make target.skullY
2017-08-23Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert
2017-08-10move qmk version to very top, exclude when git isn't availableJack Humbert
2017-08-08move version info to the top of the outputJack Humbert
2017-07-20Fix building of multiple test directoriesFred Sundvik
2017-07-10Fix Makefile error_occured output for unit testsFred Sundvik
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