summary refs log tree commit diff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 9f13008..1c0c4c7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -18,7 +18,7 @@ config.h:
 .PHONY: clean check syndoc
 clean:
 	rm -f $(BIN) $(OBJ)
-check: $(BIN)
-	test/go.sh all
+check:
+	make -C .. check
 syndoc:
 	unison -auto doc ssh://qcar@h/data/d/ssa-doc