wsl support
This commit is contained in:
parent
fba89622aa
commit
aca1c11106
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
||||||
PASTE = xclip -o
|
ifeq (, $(shell which xclip 2>/dev/null))
|
||||||
|
PASTE = powershell.exe Get-Clipboard
|
||||||
|
else
|
||||||
|
PASTE = xclip -o
|
||||||
|
endif
|
||||||
CAT = bat -pp
|
CAT = bat -pp
|
||||||
|
|
||||||
FILE ?= test
|
FILE ?= test
|
||||||
|
|
Loading…
Reference in a new issue