Commit Graph

7 Commits

Author SHA1 Message Date
50c54cea43 Update Nim submodules 2019-07-03 22:30:53 +02:00
ff5bc1ee34 19.05 updates 2019-06-21 11:38:14 +02:00
841b057018 Put BIN_RULES in Nim binary rules 2019-04-27 20:18:13 +02:00
c5817f347a Finalize binary packages using "include $(BIN_RULES)"
Rather than call a small macro without inputs or outputs,
": |> !bin |>", include a file that will perform some metadata checks
and invoke the !bin macro. In this way checks are extensible across
packages by simply adding them to the common $(BIN_RULES) file.
2019-04-27 20:18:13 +02:00
1d8f8925eb WiP! public makefiles 2019-04-27 20:18:13 +02:00
5cd2d62aa9 Compile Nim outputs with one processor each 2019-04-27 20:18:13 +02:00
00415c56ee Initial commit 2019-03-07 18:22:51 +01:00