fix: add binaries to .PRECIOUS rule
This commit is contained in:
parent
ded15374d5
commit
b3a0b39d06
@ -34,6 +34,7 @@ binaries = $(patsubst $(src)/%.cc,$(bin)/%.o,$(call sources,$1))
|
|||||||
flags += "-I$(inc)" -D$(OS) -DPPC_VERSION_MAJOR=$(version-major) -DPPC_VERSION_MINOR=$(version-minor) -DPPC_VERSION_BUILD=$(version-build)
|
flags += "-I$(inc)" -D$(OS) -DPPC_VERSION_MAJOR=$(version-major) -DPPC_VERSION_MINOR=$(version-minor) -DPPC_VERSION_BUILD=$(version-build)
|
||||||
|
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
|
.PRECIOUS: $(bin)/%.o
|
||||||
|
|
||||||
build: $(binary)
|
build: $(binary)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user