Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Aug 30, 2024
1 parent 82547e9 commit ac60f02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ SCHEMA_FILES := $(shell find . -path './schema/*.json' -exec basename {} \; | so
EXAMPLE_FILES := $(shell find . -path './examples/*.yaml' -exec basename {} \; | sort)
$(shell mkdir -p out)

include validator/Makefile

.PHONY: all
all: install-tools compile-schema validate-examples

Expand Down

0 comments on commit ac60f02

Please sign in to comment.