From 851e0f7d430ed716db06dbcb6cc2aaab753b3f85 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Wed, 9 Mar 2016 10:17:30 -0500 Subject: Ori says we have to use "check" --- lisc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisc/Makefile') 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 -- cgit 1.4.1