diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-05-13 20:27:59 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-05-13 20:27:59 +0200 |
commit | 252b3d8641eb689d7f97760ec9418b729628f6c5 (patch) | |
tree | 11e59b2d8948c2cfe2e1e0999b82b16ff5670cd5 /Makefile | |
parent | Might lock mouse (diff) | |
download | 42-cub3d-252b3d8641eb689d7f97760ec9418b729628f6c5.tar.gz 42-cub3d-252b3d8641eb689d7f97760ec9418b729628f6c5.tar.bz2 42-cub3d-252b3d8641eb689d7f97760ec9418b729628f6c5.tar.xz 42-cub3d-252b3d8641eb689d7f97760ec9418b729628f6c5.tar.zst 42-cub3d-252b3d8641eb689d7f97760ec9418b729628f6c5.zip |
Fuckiest fucked bug fix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ CFLAGS += -Wall CFLAGS += -Wextra CFLAGS += -Werror CFLAGS += -pedantic -CFLAGS += -pthread +# CFLAGS += -pthread #--------------------------------------------------------------------------------------------------# ifdef DEBUG CFLAGS += ${DBG} |