ソースを参照

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 3 年 前
コミット
1950fc518f
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Makefile

+ 1 - 0
Makefile

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