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
commit 1950fc518f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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