From 80daae187eee348bafab8d79432c2871148e2a52 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 8 Jan 2001 08:36:31 +0000 Subject: Clean must delete experimental binaries as well. --- Rules.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules.make b/Rules.make index 873820aa..0c8547c8 100644 --- a/Rules.make +++ b/Rules.make @@ -6,7 +6,7 @@ experimental: $(EXTRAS_EXP) # Have to handle extensions which no longer exist. clean: $(EXTRA_CLEANS) - rm -f $(SHARED_LIBS) $(EXTRAS) $(SHARED_LIBS:%.so=%_sh.o) + rm -f $(SHARED_LIBS) $(EXTRAS) $(EXTRAS_EXP) $(SHARED_LIBS:%.so=%_sh.o) @find . -name '*.[ao]' | xargs rm -f install: all $(EXTRA_INSTALLS) -- cgit v1.2.3