summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-08-27 17:13:01 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-08-27 20:57:49 +0200
commit6410f0c021792ebbbd279fc6150f197274e914c8 (patch)
treebeecbf47609610a34ce6daac24442b96666b3f2b /Makefile
parent1b963117fedf91e4bef97d75eb4e3e0b3b1e1dfd (diff)
downloadqmk_firmware-6410f0c021792ebbbd279fc6150f197274e914c8.tar.gz
qmk_firmware-6410f0c021792ebbbd279fc6150f197274e914c8.tar.xz
The all target makes all keyboards and all tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78bf50ed4..0aaf58578 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,10 @@ ifndef VERBOSE
.SILENT:
endif
+# Never run this makefile in parallel, as it could screw things up
+# It won't affect the submakes, so you still get the speedup from specifying -jx
+.NOTPARALLEL:
+
# Allow the silent with lower caps to work the same way as upper caps
ifdef silent
SILENT = $(silent)
@@ -491,7 +495,7 @@ $(SUBPROJECTS): %: %-allkm
# All should compile everything
.PHONY: all
-all: all-keyboards
+all: all-keyboards test-all
# Define some shortcuts, mostly for compability with the old syntax
.PHONY: all-keyboards