spaces
This commit is contained in:
parent
8c35f3d7ae
commit
9d1632b8c9
1 changed files with 10 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -22,9 +22,11 @@ WIN_HOME = /mnt/c/Users/$(WIN_USER)
|
||||||
APPDATA = $(WIN_HOME)/AppData/Roaming
|
APPDATA = $(WIN_HOME)/AppData/Roaming
|
||||||
LOCALAPPDATA = $(WIN_HOME)/AppData/Local
|
LOCALAPPDATA = $(WIN_HOME)/AppData/Local
|
||||||
|
|
||||||
|
# Locations aliases
|
||||||
CS2_CFG = $(PFx86)/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/game/csgo/cfg
|
CS2_CFG = $(PFx86)/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/game/csgo/cfg
|
||||||
OBS_CFG = $(PF)/obs-studio/config/obs-studio
|
OBS_CFG = $(PF)/obs-studio/config/obs-studio
|
||||||
|
|
||||||
|
|
||||||
# Checkers
|
# Checkers
|
||||||
ARCH = $(shell grep -c "archlinux" /proc/version 2> /dev/null)
|
ARCH = $(shell grep -c "archlinux" /proc/version 2> /dev/null)
|
||||||
WSL = $(shell grep -c "WSL2" /proc/version 2> /dev/null)
|
WSL = $(shell grep -c "WSL2" /proc/version 2> /dev/null)
|
||||||
|
|
Loading…
Reference in a new issue