diff --git a/src/Makefile b/src/Makefile index 6484324..79d82c1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -86,7 +86,7 @@ clean: host_clean all_platforms: $(Q)set -e ;\ - mkdir -p artifacts/$(shell git describe) ;\ + mkdir -p artifacts/$(shell git describe --always) ;\ echo "" >> artifacts/index.html ;\ - cp artifacts/*.bin artifacts/$(shell git describe) + cp artifacts/*.bin artifacts/$(shell git describe --always) include/version.h: FORCE