Skip to content

Commit

Permalink
alternate import dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Mar 3, 2024
1 parent f3feeda commit 4402f90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schema/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
.DELETE_ON_ERROR:

BUILD_DIR := build
IMPORT_DIR := import

vpath %tag $(BUILD_DIR)
vpath %.classes $(BUILD_DIR)

SOURCES := $(wildcard *-source.yaml)
TAGS := $(SOURCES:-source.yaml=.tag)
IMPORTS := $(wildcard imports/*-source.yaml)
IMPORTS := $(wildcard $(IMPORT_DIR)/*-source.yaml)

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

Expand Down

0 comments on commit 4402f90

Please sign in to comment.