Browse Source

Makefile: exclude Judy-depending libraries as well as nfs

(nfs gives warnings on build, make ccanlint unhappy).
Rusty Russell 15 years ago
parent
commit
191d257ebf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -12,7 +12,7 @@
 
 
 # Trying to build the whole repo is usually a lose; there will be some
 # Trying to build the whole repo is usually a lose; there will be some
 # dependencies you don't have.
 # dependencies you don't have.
-EXCLUDE=wwviaudio ogg_to_pcm
+EXCLUDE=wwviaudio ogg_to_pcm jmap jbitset nfs
 
 
 # Where make scores puts the results
 # 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)