I have cygwin installed and want to run make
on a Makefile.
I have make
installed: GNU Make 4.0
I navigate to the dir with the Makefile in it and run make
.
As soon as I do it dispalys:
User@Computer ~/c/Users/Name/Documents/GitHub/Project/build/CMakeFiles
$make
Microsoft Windows [Version 6.1.xxxx]
Copyright........ All rights reserved.
My text has also changed to white and it seems to resemble the default 'cmd' style, rather than the cygwin one. Typing make install
does the same. I have to reset my terminal to revert to the default cygwin style.