Use make variable ACK

This commit is contained in:
ceriel 1990-11-01 09:42:51 +00:00
parent 2873c58731
commit 9f01f909f6

View file

@ -1,3 +1,4 @@
ACK=ack
tested: last
set -x ;\
for i in `awk '{for(i=\$$1;i<=151;i++)print i}' last ` ;\
@ -5,7 +6,7 @@ tested: last
echo $$i; \
echo $$i >last; \
select $$i tests > test.e; \
ack test.e; \
$(ACK) test.e; \
a.out \
: ok; \
done