From b1f31de9565eb49d56b245c032742aea23777f46 Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Sun, 23 Jun 2024 20:52:19 -0500 Subject: [PATCH] Add deps to makefile --- c/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c/Makefile b/c/Makefile index 81012023..ca366ff3 100644 --- a/c/Makefile +++ b/c/Makefile @@ -19,6 +19,8 @@ test: dependencies $(PY) -m pytest -vl --benchmark-sort=fullname --benchmark-group-by=fullfunc --benchmark-verbose test_euler.py dependencies: + git submodule init + git submodule update $(PIP) install -r requirements.txt $(USER_FLAG) $(PROXY_ARG) lint: