t/curse/Makefile: delete.

I don't remember why it was there, but we clearly don't use it anymore.
This commit is contained in:
Avery Pennarun 2011-03-10 14:23:48 -08:00
commit d5e6951111

View file

@ -1,26 +0,0 @@
all:
. ./check-1.sh
$(MAKE) 1.n0 2.n0 3.n0
$(MAKE) $(shell ./seq 10 | sed 's/$$/.n1/')
. ./check-2.sh
%.n0: $(shell ./seq 10 | sed 's/$$/.n1/')
: >$@
%.n1: $(shell ./seq 100 | sed 's/$$/.n2/')
echo n1-$* >$@
.PRECIOUS: %.n2
%.n2:
echo n2-$* >$@
echo $* >>$*.count
echo $* >>in.countall
$(MAKE) countall
.PHONY: countall
countall:
echo $@ >>out.countall
echo hello >$@
clean:
rm -f *~ .*~ *.n0 *.n1 *.n2 *.tmp *.count countall *.countall