summaryrefslogtreecommitdiffstats
path: root/tool/Makefile
blob: 7cd3bd1fde304e579d0c8282d37b46b9efa3fec2 (plain)
1
2
3
4
5
6
7
8
9
10
CARGO	?= cargo
SQ	?= ../target/debug/sq
SQV	?= ../target/debug/sqv

all: src/sq-usage.rs src/sqv-usage.rs

src/sq-usage.rs: make-usage.sh $(SQ)
	sh make-usage.sh $(SQ) >$@
src/sqv-usage.rs: make-usage.sh $(SQV)
	sh make-usage.sh $(SQV) >$@