summaryrefslogtreecommitdiffstats
path: root/Rules.make
diff options
context:
space:
mode:
authorRusty Russell <rusty@linuxcare.com.au>2001-01-07 06:50:31 +0000
committerRusty Russell <rusty@rustcorp.com.au>2001-01-07 06:50:31 +0000
commit01c4520bb893af2bd152bbf5be40b6060be10e55 (patch)
tree27d11253a51e9a91bbc7f44e8af1758ba77a38b1 /Rules.make
parent429eafb784030007c282bbcbfeb24f23b11cc08a (diff)
Added experimental rule.
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 d76ac630..8787dce2 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