Skip to content

Commit

Permalink
support alternate build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Mar 3, 2024
1 parent 294bec8 commit f3feeda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions schema/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ SOURCES := $(wildcard *-source.yaml)
TAGS := $(SOURCES:-source.yaml=.tag)
IMPORTS := $(wildcard imports/*-source.yaml)



all: build-ordered ${TAGS} prune.tag

build-ordered: | $(BUILD_DIR)

build:
$(BUILD_DIR):
mkdir $(BUILD_DIR)

%.tag: %.classes %.json-tag %.defs-tag
Expand Down

0 comments on commit f3feeda

Please sign in to comment.