From f5e80b4817aa33bb4da4e2f3f75c7e3ac6d5a975 Mon Sep 17 00:00:00 2001 From: Anita Caron Date: Fri, 16 Aug 2024 18:45:16 +0100 Subject: [PATCH] ensure the current release is always downloaded for the release diff (#2502) Co-authored-by: Anita Caron --- src/ontology/cl.Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ontology/cl.Makefile b/src/ontology/cl.Makefile index 52c5d1ada..c750c6939 100644 --- a/src/ontology/cl.Makefile +++ b/src/ontology/cl.Makefile @@ -344,6 +344,7 @@ cl: CURRENT_BASE_RELEASE=$(ONTBASE)/cl-base.obo +.PHONY: $(TMPDIR)/current-base-release.obo $(TMPDIR)/current-base-release.obo: wget $(CURRENT_BASE_RELEASE) -O $@