You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why can't we have these defaults for windows in the makefile?
I don't wanna edit this every time (unless there is a better way?).
These should work for most cases i guess?
# On Windows, you may need to set:
SHELL=C:/Program Files/Git/bin/sh.exe
.SHELLFLAGS=-c
CC=gcc
NEOVIM_BIN_PATH=C:/Program Files/Neovim/bin/
The text was updated successfully, but these errors were encountered:
Why can't we have these defaults for windows in the makefile?
I don't wanna edit this every time (unless there is a better way?).
These should work for most cases i guess?
The text was updated successfully, but these errors were encountered: