mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +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
|
||||
|
||||
.PHONY: clean test syndoc
|
||||
.PHONY: clean check syndoc
|
||||
clean:
|
||||
rm -f $(BIN) $(OBJ)
|
||||
test: $(BIN)
|
||||
check: $(BIN)
|
||||
test/go.sh all
|
||||
syndoc:
|
||||
unison -auto doc ssh://qcar@h/data/d/ssa-doc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user