mirror of
git://c9x.me/qbe.git
synced 2026-04-06 10:29:46 +00:00
Ori says we have to use "check"
This commit is contained in:
parent
890d587b57
commit
851e0f7d43
@ -8,10 +8,10 @@ $(BIN): $(OBJ)
|
|||||||
|
|
||||||
$(OBJ): lisc.h
|
$(OBJ): lisc.h
|
||||||
|
|
||||||
.PHONY: clean test syndoc
|
.PHONY: clean check syndoc
|
||||||
clean:
|
clean:
|
||||||
rm -f $(BIN) $(OBJ)
|
rm -f $(BIN) $(OBJ)
|
||||||
test: $(BIN)
|
check: $(BIN)
|
||||||
test/go.sh all
|
test/go.sh all
|
||||||
syndoc:
|
syndoc:
|
||||||
unison -auto doc ssh://qcar@h/data/d/ssa-doc
|
unison -auto doc ssh://qcar@h/data/d/ssa-doc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user