diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-14 01:30:23 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-14 01:30:23 +0100 |
commit | 418745f514364f328c726d3609e18223aa8cced7 (patch) | |
tree | 0b09a3d120d11f08b1bebfb41014e3308708fdf4 /Makefile | |
parent | I don't use that (diff) | |
download | 42-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 #==================================================================================================# |