Makefile: echo "Building the Nim compiler."

This commit is contained in:
Ștefan Talpalaru 2019-03-29 15:27:19 +01:00
parent 1873439251
commit 12a9904710
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ else
$(MAKE) LD=$(CC) $(HANDLE_OUTPUT)
EXE_SUFFIX :=
endif
BUILD_NIM := cd $(NIM_DIR) && \
BUILD_NIM := echo "Building the Nim compiler." && \
cd $(NIM_DIR) && \
rm -rf bin/nim_csources csources dist/nimble && \
ln -s ../Nim-csources csources && \
mkdir -p dist && \