From 191d257ebf6a138a2275d05328e01e4a3850f1b2 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 10 Nov 2010 15:48:31 +1030 Subject: [PATCH 1/1] Makefile: exclude Judy-depending libraries as well as nfs (nfs gives warnings on build, make ccanlint unhappy). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57d207f1..de219725 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # 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) -- 2.39.2