summaryrefslogtreecommitdiffstats
path: root/Rules.make
diff options
context:
space:
mode:
authorRusty Russell <rusty@linuxcare.com.au>2001-01-08 08:36:31 +0000
committerRusty Russell <rusty@rustcorp.com.au>2001-01-08 08:36:31 +0000
commit80daae187eee348bafab8d79432c2871148e2a52 (patch)
treed20c97ce594a77267658136695625ed1f0c842d9 /Rules.make
parent209820b1ea6b13c7f5dd65eb1f1737ff1945eee4 (diff)
Clean must delete experimental binaries as well.
Diffstat (limited to 'Rules.make')
-rw-r--r--Rules.make2
1 files changed, 1 insertions, 1 deletions
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)