Force MAKEFLAGS to --jobs=1 to ensure dependencies are executed sequentially and in correct order
@@ -1,3 +1,4 @@
+MAKEFLAGS := --jobs=1
VERSION := $(shell git describe --tag)
.PHONY: