From 458dffe33a14252dfeec245f784e18170562aa79 Mon Sep 17 00:00:00 2001 From: Larry Babb Date: Tue, 9 Jul 2024 14:44:18 -0400 Subject: [PATCH] update submodule (#33) --- schema/catvrs/Makefile | 4 ++++ submodules/vrs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/schema/catvrs/Makefile b/schema/catvrs/Makefile index 30a68ba..1645099 100644 --- a/schema/catvrs/Makefile +++ b/schema/catvrs/Makefile @@ -2,6 +2,8 @@ .DELETE_ON_ERROR: BUILD_DIR := build +DEF_DIR := def +JSON_DIR := json IMPORT_DIR := import vpath %tag $(BUILD_DIR) @@ -38,3 +40,5 @@ prune-tag: ${TAGS} clean: rm $(BUILD_DIR)/* + rm $(DEF_DIR)/* + rm $(JSON_DIR)/* diff --git a/submodules/vrs b/submodules/vrs index ca30180..73558db 160000 --- a/submodules/vrs +++ b/submodules/vrs @@ -1 +1 @@ -Subproject commit ca3018094397d62025a65b12c991c6189f4275af +Subproject commit 73558db5a9d66057093ca0955feddbb394bcf267