wsl support

This commit is contained in:
Mylloon 2024-10-22 16:17:53 +02:00
parent fba89622aa
commit aca1c11106
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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
FILE ?= test