diff --git a/src/Makefile b/src/Makefile index 0644791a..9499d8e3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -119,7 +119,7 @@ clean: host_clean all_platforms: $(Q)set -e ;\ - mkdir -p artifacts/$(shell git describe --always) ;\ + mkdir -p artifacts/$(shell git describe --always --dirty --tags) ;\ echo "" >> artifacts/index.html ;\ - cp artifacts/*.bin artifacts/$(shell git describe --always) + cp artifacts/*.bin artifacts/$(shell git describe --always --dirty --tags) command.c: include/version.h