mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-04 16:25:10 +00:00
Makefile comments
This commit is contained in:
parent
1b1be6b2ee
commit
69440a6b4c
2
Makefile
2
Makefile
@ -31,8 +31,6 @@ NIM_DIR := vendor/Nim
|
|||||||
# but this is broken when using symlinks, so build csources separately (we get parallel compiling as a bonus)
|
# but this is broken when using symlinks, so build csources separately (we get parallel compiling as a bonus)
|
||||||
#- Windows is a special case, as usual
|
#- Windows is a special case, as usual
|
||||||
#- macOS is also a special case, with its "ln" not supporting "-r"
|
#- macOS is also a special case, with its "ln" not supporting "-r"
|
||||||
#- recompiles Nimble with -d:release until we upgrade to nim-0.20 where koch does it by default
|
|
||||||
# (we don't actually use Nimble in this Makefile, but we need it in submodules to manually run tests: "../../env.sh nimble test")
|
|
||||||
ifeq ($(OS), Windows_NT)
|
ifeq ($(OS), Windows_NT)
|
||||||
BUILD_CSOURCES := \
|
BUILD_CSOURCES := \
|
||||||
$(MAKE) myos=windows clean && \
|
$(MAKE) myos=windows clean && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user