gnumake-windows
gnumake-windows copied to clipboard
Instructions for building gnumake.exe as a native windows application
With your version of Gnumake, I get tons of warnings like: ``` gnumake[1]: warning: using environment variable 'PATH' ``` How to turn these off? I have to access my `$PATH`...
Hello. I have an issue with your `gnu-make-4.3.exe` on Win-10 in rules like: ``` $(OBJ_DIR)/%.moc.cpp: %.h moc.exe $(moc_flags) -o $@ $< ``` And a list of files that need to...
Hello there, Is there any plan to distribute the latest version of GNU make v4.4 ? Thanks !
`SHELL` and `.SHELLFLAGS` don't seem to have effect: Building test.exe ```c #include int main(int argc, char *argv[]) { printf("Program name: %s\n", argv[0]); puts("Arguments:"); if (argc