summaryrefslogtreecommitdiffstats
path: root/Rules.make
diff options
context:
space:
mode:
Diffstat (limited to 'Rules.make')
-rw-r--r--Rules.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rules.make b/Rules.make
index d76ac63..8787dce 100644
--- a/Rules.make
+++ b/Rules.make
@@ -2,6 +2,8 @@
all: $(SHARED_LIBS) $(EXTRAS)
+experimental: $(EXTRAS_EXP)
+
# Have to handle extensions which no longer exist.
clean: $(EXTRA_CLEANS)
rm -f $(SHARED_LIBS) $(EXTRAS) $(SHARED_LIBS:%.so=%_sh.o)
@@ -9,6 +11,8 @@ clean: $(EXTRA_CLEANS)
install: all $(EXTRA_INSTALLS)
+install-experimental: $(EXTRA_INSTALLS_EXP)
+
TAGS:
@rm -f $@
find . -name '*.[ch]' | xargs etags -a