Hi.
I’ve installed make .exe to compile the C exercises.
I have this error:
D:\Programar\Exercism\c\armstrong-numbers>make test
Compiling tests.out
process_begin: CreateProcess(NULL, cc -std=c99 -g -Wall -Wextra -pedantic -Werror -Wmissing-declarations -DUNITY_SUPPORT_64 -DUNITY_OUTPUT_COLOR test-framework/unity.c ./*.c -o tests.out -lm, …) failed.
make (e=2): El sistema no puede encontrar el archivo especificado.
make: *** [tests.out] Error 2
Does anyone know what’s happening?
Thanks in advance.