Browse Source

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

Force MAKEFLAGS to --jobs=1 to ensure dependencies are executed sequentially and in correct order
Philipp C. Heckel 2 years ago
parent
commit
1950fc518f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

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