1
0
Fork 0

The all target makes all keyboards and all tests

This commit is contained in:
Fred Sundvik 2016-08-27 18:13:01 +03:00
parent 1b963117fe
commit 6410f0c021
2 changed files with 5 additions and 4 deletions

View file

@ -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