diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-09 10:17:30 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-09 10:17:30 -0500 |
commit | 851e0f7d430ed716db06dbcb6cc2aaab753b3f85 (patch) | |
tree | ccd487d6b8a7823ac50515f724dc46f546ce295d /lisc | |
parent | 890d587b57d5986d032c4e029cd23d70f1982f84 (diff) | |
download | roux-851e0f7d430ed716db06dbcb6cc2aaab753b3f85.tar.gz |
Ori says we have to use "check"
Diffstat (limited to 'lisc')
-rw-r--r-- | lisc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisc/Makefile b/lisc/Makefile index b9c3c0b..e29c0b8 100644 --- 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 |