commit 851e0f7d430ed716db06dbcb6cc2aaab753b3f85
parent 890d587b57d5986d032c4e029cd23d70f1982f84
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Wed, 9 Mar 2016 10:17:30 -0500
Ori says we have to use "check"
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisc/Makefile b/lisc/Makefile
@@ -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