Check modules before building sydesizer

This commit is contained in:
Emery Hemingway 2024-01-14 21:50:14 +02:00
parent 48ce4ac7e0
commit 028df08d66
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/nim.cfg
.*.check

View File

@ -1,4 +1,4 @@
include_rules
: foreach *.nim | $(SYNDICATE_PROTOCOL) ./<schema> |> !nim_bin |> {bin}
: foreach *.nim | $(SYNDICATE_PROTOCOL) ./<schema> ./syndesizer/<checks> |> !nim_bin |> {bin}
: foreach {bin} |> !assert_built |>
: $(BIN_DIR)/msg |> cp %f %o |> $(BIN_DIR)/beep

2
src/syndesizer/Tupfile Normal file
View File

@ -0,0 +1,2 @@
include_rules
: foreach *.nim | $(SYNDICATE_PROTOCOL) ../<schema> |> !nim_check |> | ./<checks>