Generate dot files only with Tup

This commit is contained in:
Emery Hemingway 2023-12-28 09:57:51 +02:00
parent c2bce1404a
commit 85cef2e1d2
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
include_rules
NIM_FLAGS += --path:$(TUP_CWD)/..
NIM_FLAGS_preserves_schemac += -d:npegDotDir="../.."
: foreach preserves_schema_nim.nim schemaparse.nim |> !nim_bin |> $(BIN_DIR)/%B | $(BIN_DIR)/<%B>
DOT_FILES = ../../Atom.dot ../../Document.dot ../../Schema.dot

View File

@ -1 +0,0 @@
d:npegDotDir:"../.."