Merge pull request #257 from oddlama/disable-makefile-paralellism

Force MAKEFLAGS to --jobs=1 to ensure dependencies are executed sequentially and in correct order
This commit is contained in:
Philipp C. Heckel
2022-05-16 13:58:36 -04:00
committed by GitHub

View File

@@ -1,3 +1,4 @@
MAKEFLAGS := --jobs=1
VERSION := $(shell git describe --tag)
.PHONY: