From 69440a6b4c4a60eb65dd4430d99f3656335cd83a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Sat, 16 Feb 2019 03:32:36 +0100 Subject: [PATCH] Makefile comments --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 42b9362fe..9b49bf174 100644 --- a/Makefile +++ b/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) #- Windows is a special case, as usual #- 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) BUILD_CSOURCES := \ $(MAKE) myos=windows clean && \