summaryrefslogtreecommitdiffstats
path: root/Rules.make
diff options
context:
space:
mode:
authorRusty Russell <rusty@linuxcare.com.au>2000-08-27 07:47:46 +0000
committerRusty Russell <rusty@rustcorp.com.au>2000-08-27 07:47:46 +0000
commit524518261009f3f81febfdd8398becc4a80cc941 (patch)
tree9244c1e191fdf75d44725014ae890245394d975c /Rules.make
parent51d9b755aba51ad769384e1d730596747f995ed1 (diff)
Patch-o-matic! now included.
Diffstat (limited to 'Rules.make')
-rw-r--r--Rules.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rules.make b/Rules.make
index 02bd086d..d76ac630 100644
--- a/Rules.make
+++ b/Rules.make
@@ -2,8 +2,10 @@
all: $(SHARED_LIBS) $(EXTRAS)
+# Have to handle extensions which no longer exist.
clean: $(EXTRA_CLEANS)
rm -f $(SHARED_LIBS) $(EXTRAS) $(SHARED_LIBS:%.so=%_sh.o)
+ @find . -name '*.[ao]' | xargs rm -f
install: all $(EXTRA_INSTALLS)