Skip to content

Commit

Permalink
update submodule (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybabb authored Jul 9, 2024
1 parent 908aae0 commit 458dffe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions schema/catvrs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
.DELETE_ON_ERROR:

BUILD_DIR := build
DEF_DIR := def
JSON_DIR := json
IMPORT_DIR := import

vpath %tag $(BUILD_DIR)
Expand Down Expand Up @@ -38,3 +40,5 @@ prune-tag: ${TAGS}

clean:
rm $(BUILD_DIR)/*
rm $(DEF_DIR)/*
rm $(JSON_DIR)/*
2 changes: 1 addition & 1 deletion submodules/vrs

0 comments on commit 458dffe

Please sign in to comment.