summaryrefslogtreecommitdiffstats
path: root/Rules.make
diff options
context:
space:
mode:
authorrusty <rusty>2000-08-27 07:47:46 +0000
committerrusty <rusty>2000-08-27 07:47:46 +0000
commita733daccce972d7d8ca3701b810032abc4a6daea (patch)
tree9244c1e191fdf75d44725014ae890245394d975c /Rules.make
parent84f5aa114639ae935ee0ade24aad301d0ce9551d (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 02bd086..d76ac63 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)