From 550d2fb7f7e9074d0b77d7f4152ea92afdd5c78f Mon Sep 17 00:00:00 2001 From: Patrick Nast Date: Thu, 16 Jan 2025 12:01:18 -0800 Subject: [PATCH] actually it needs to be resources --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c3b5edc..b1d54111 100644 --- a/Makefile +++ b/Makefile @@ -13,4 +13,4 @@ include $(MAKE_INCLUDES)/base.mk $(MAKE_INCLUDES)/%.mk: mkdir -p $(MAKE_INCLUDES) - curl -s -o $@ https://raw.githubusercontent.com/ihmeuw/vivarium_build_utils/feature/pnast/mic-5587-shared-makefiles/vars/makefiles/$*.mk \ No newline at end of file + curl -s -o $@ https://raw.githubusercontent.com/ihmeuw/vivarium_build_utils/feature/pnast/mic-5587-shared-makefiles/resources/makefiles/$*.mk \ No newline at end of file