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

Force MAKEFLAGS to --jobs=1 to ensure dependencies are executed sequentially and in correct order
pull/262/head
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
1 changed files with 1 additions and 0 deletions

View File

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