diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-24 01:19:13 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-24 01:19:13 +0200 |
commit | dedb4bdbcb7506c88236481996faa69005cf30a2 (patch) | |
tree | 5c7ca3f8de20e26514195731f8472d286068c85f | |
parent | Compliant betatest version (diff) | |
download | 42-cub3d-dedb4bdbcb7506c88236481996faa69005cf30a2.tar.gz 42-cub3d-dedb4bdbcb7506c88236481996faa69005cf30a2.tar.bz2 42-cub3d-dedb4bdbcb7506c88236481996faa69005cf30a2.tar.xz 42-cub3d-dedb4bdbcb7506c88236481996faa69005cf30a2.tar.zst 42-cub3d-dedb4bdbcb7506c88236481996faa69005cf30a2.zip |
reverted Makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -152,9 +152,8 @@ RM = rm -rf MV = mv OS = $(shell uname) ifeq (${OS}, Darwin) - # SCR_SZE = $(shell osascript -e 'tell application "Finder" to get bounds of window of desktop' \ + 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-) - SCR_SZE = 1920x1080 else SCR_SZE = $(shell xdpyinfo | grep dimensions | awk '{print $$2}') endif |