spaces
This commit is contained in:
parent
8c35f3d7ae
commit
9d1632b8c9
1 changed files with 10 additions and 8 deletions
18
Makefile
18
Makefile
|
@ -15,15 +15,17 @@ CURL = curl -s
|
||||||
MAKEFLAGS += --no-print-directory
|
MAKEFLAGS += --no-print-directory
|
||||||
|
|
||||||
# Location
|
# Location
|
||||||
WIN_USER = anri
|
WIN_USER = anri
|
||||||
PFx86 = /mnt/c/Program\ Files\ \(x86\)
|
PFx86 = /mnt/c/Program\ Files\ \(x86\)
|
||||||
PF = /mnt/c/Program\ Files
|
PF = /mnt/c/Program\ Files
|
||||||
WIN_HOME = /mnt/c/Users/$(WIN_USER)
|
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
|
||||||
|
OBS_CFG = $(PF)/obs-studio/config/obs-studio
|
||||||
|
|
||||||
CS2_CFG = $(PFx86)/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/game/csgo/cfg
|
|
||||||
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)
|
||||||
|
|
Loading…
Reference in a new issue