common parts of the build system used by Nimbus and related projects
Go to file
Ștefan Talpalaru f6c093d703
quote $(LOG_LEVEL) in NIM_PARAMS
2020-05-28 03:31:08 +02:00
makefiles quote $(LOG_LEVEL) in NIM_PARAMS 2020-05-28 03:31:08 +02:00
scripts env.sh: print a message when using the system Nim 2020-05-22 15:41:50 +02:00
vendor devel snapshot with a fix we need 2020-04-08 14:34:33 +02:00
.gitignore initial commit 2019-08-20 23:14:45 +02:00
.gitmodules move Nim, Nim-csources and nimble submodules here 2019-08-28 15:10:15 +02:00
LICENSE-APACHEv2 initial commit 2019-08-20 23:14:45 +02:00
LICENSE-MIT initial commit 2019-08-20 23:14:45 +02:00
README.md new Make target: show-deps 2020-05-20 18:42:30 +02:00

README.md

Common parts of the build system used by Nimbus and related projects

Prerequisites

GNU Make, Bash and the usual POSIX utilities.

Make flags

  • use the system Nim instead of the shipped version (usually for testing Nim devel versions)

make USE_SYSTEM_NIM=1 test

Make targets

show-deps

Lists all Git submodule URLs, including nested ones.

License

Licensed and distributed under either of

or

at your option. These files may not be copied, modified, or distributed except according to those terms.