1 2 3 4 5 6 7 8 9 10 11 12 13 14
VERSION := $(shell toml get ../Cargo.toml workspace.package.version ) BRANCH := $(shell git rev-parse --abbrev-ref HEAD) .PHONY : clean version clean : cargo clean version: echo "starlane-primitive-macros version set to ${VERSION}"