About 537,000 results
Open links in new tab
  1. How to run a makefile in Windows? - Stack Overflow

    I have some demos that I downloaded and they come with a Makefile.win and a Makefile.sgi. How can I run these in Windows to compile the demos?

  2. How can I install and use "make" in Windows? - Stack Overflow

    I want to use the make command as part of setting up the code environment, but I'm using Windows. I searched online, but I could only find a make.exe file, a make-4.1.tar.gz file (I don't know what to do …

  3. How can I create an empty file at the command line in Windows?

    673 How can I create an empty file at the DOS/Windows command-line? I tried: copy nul > file.txt But it always displays that a file was copied. Is there another method in the standard cmd? It should be a …

  4. makefile - How to use GNU Make on Windows? - Stack Overflow

    Oct 14, 2012 · Renaming a file is easy, but also easy to forget to do when an update is installed. What you could do in order to also get the make "alias" is to use doskey. Thanks to the backwards …

  5. Is there an equivalent of Make on Windows? - Stack Overflow

    If you just give the file name without -f, then make will interpret it as the target that it should figure out how to make. A lot of tools that only come as source assume that you'll use Visual C++ to build on …

  6. Creating new file through Windows Powershell - Stack Overflow

    Aug 1, 2017 · I have googled for the below question, but could not find any answer. Can someone help me on this; What is the command to create a new file through Windows Powershell?

  7. How to run makefile in Windows - Stack Overflow

    Jun 17, 2013 · I have folder consisting files: How to run makefile? In console I type:make and it says no makefiles found.

  8. How to create file execute mode permissions in Git on Windows?

    For example, Windows users adding shell scripts may wish to add them as executable for compatibility with users on non-Windows. Although this can be done with a plumbing command (git update-index - …

  9. c - Makefile in Windows - Stack Overflow

    The src folder contains a C file main.c, and the include folder contains a file main.h. I want to write a makefile to build these files (from folder X) in windows command prompt. I have tried a lot but with no …

  10. Can't use command make for makefile on Visual Studio Code

    Sep 27, 2020 · Its project file is a Makefile, which is compiled by make command. There are a couple of options in Windows. You can opt-in to use Windows default development environment Visual Studio. …