aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-14 01:30:23 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-14 01:30:23 +0100
commit418745f514364f328c726d3609e18223aa8cced7 (patch)
tree0b09a3d120d11f08b1bebfb41014e3308708fdf4 /Makefile
parentI don't use that (diff)
download42-cub3d-418745f514364f328c726d3609e18223aa8cced7.tar.gz
42-cub3d-418745f514364f328c726d3609e18223aa8cced7.tar.bz2
42-cub3d-418745f514364f328c726d3609e18223aa8cced7.tar.xz
42-cub3d-418745f514364f328c726d3609e18223aa8cced7.tar.zst
42-cub3d-418745f514364f328c726d3609e18223aa8cced7.zip
Removed bloat
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4cbd252..fc153b2 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,6 @@ ifeq (${OS}, Darwin)
SCR_SZE = $(shell osascript -e 'tell application "Finder" to get bounds of window of desktop' \
| tr ',' 'x' | tr -d '\n' | tr -d ' ' | cut -c 5-)
else
- USER = $(shell w | grep tty7 | awk '{print $$1}')
SCR_SZE = $(shell xdpyinfo | grep dimensions | awk '{print $$2}')
endif
#==================================================================================================#