From cd5870045c093304d7873fae9c56a27809be24b8 Mon Sep 17 00:00:00 2001 From: marieALaporte Date: Tue, 23 Aug 2016 10:23:36 +0200 Subject: [PATCH] Defined $(BASE) after running the makefile, data version was missing the ontology name and looks just weird (data-version: http://purl.obolibrary.org/obo/2016-08-23) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a7660f..387bda9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ## OBO Library prefix OBO=http://purl.obolibrary.org/obo - +BASE=$(OBO)/$(ONT) CAT= SRC=plant-ontology.obo ONT=po