]> git.ozlabs.org Git - ccan/blobdiff - Makefile
lbalance: add examples.
[ccan] / Makefile
index 57d207f1ad3a2ad4bfaee991a236c244ea31d7b0..e10c9601a95ce8f56ff7b2c12f9acaaf13c0bf53 100644 (file)
--- a/Makefile
+++ b/Makefile
 
 # Trying to build the whole repo is usually a lose; there will be some
 # dependencies you don't have.
-EXCLUDE=wwviaudio ogg_to_pcm
+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))