[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] regression makefile
From: |
bump |
Subject: |
Re: [gnugo-devel] regression makefile |
Date: |
Thu, 13 Nov 2003 18:49:44 -0800 |
> I use them, but would not object if they were taken out. They're handy,
> because assuming intelligent auto-completion in the shell they save typing
> ;) (using the programmable tab completion scripts available from the
> bash-completion projects, bash will complete on make targets. If you're
> running debian, you can enable it by uncommenting some stuff in
> /etc/bash.bashrc.
If regression/Makefile contains:
.SUFFIXES: .t .tst
.tst.t:
./eval.sh $<
then 'make endgame.t' has the same effect as the old 'make endgame'.
Then since there are two Makefile targets endgame.tst and endgame.t
I guess the filename completion would stop at endgame.t.
Dan