From b953f2e82487dce196c910cc7ce86f435c2d4046 Mon Sep 17 00:00:00 2001 From: rusty Date: Sun, 7 Jan 2001 06:50:31 +0000 Subject: Added experimental rule. --- Rules.make | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Rules.make') 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 -- cgit v1.2.3