summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lisc/Makefile4
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