Skip to content

Instantly share code, notes, and snippets.

@dbritto-dev
Last active November 22, 2021 22:23
Show Gist options
  • Save dbritto-dev/8ea600be9682e1641cdd75943ed66b6d to your computer and use it in GitHub Desktop.
Save dbritto-dev/8ea600be9682e1641cdd75943ed66b6d to your computer and use it in GitHub Desktop.
Support make command in Windows

Step 1: Download makefile binary

http://gnuwin32.sourceforge.net/downlinks/make.php

Step 2: Open the Git for Windows binary folder

Use the next command to open it in the explorer

explorer $(where wintoast.exe | sed -r 's/\\wintoast\.exe//g')

Step 3: Copy the make.exe file into the Git forw Windows binary folder

Step 4: Restart your terminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment