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 9b6b7a5..6adfbd3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -18,7 +18,7 @@ config.h:
 all: $(BIN)
 clean:
 	rm -f $(BIN) $(OBJ)
-check:
-	make -C .. check
+check: $(BIN)
+	../test/go.sh all
 
 .PHONY: all clean check syndoc