Commit d0093562 authored by Rusty Russell's avatar Rusty Russell

Makefile: append git revision to "make scores"

Good for testing ccanlint changes.
parent fa64b459
......@@ -15,7 +15,7 @@
EXCLUDE=wwviaudio ogg_to_pcm jmap jbitset nfs
# Where make scores puts the results
SCOREDIR=scores/$(shell whoami)/$(shell uname -s)-$(shell uname -m)-$(CC)
SCOREDIR=scores/$(shell whoami)/$(shell uname -s)-$(shell uname -m)-$(CC)-$(shell git describe --always --dirty)
ALL=$(filter-out $(EXCLUDE), $(REALLY_ALL))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment