aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-05-13 22:10:02 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-05-13 22:10:02 +0200
commitc65f691ec231a2e5cbdf1bdeca2db04d063115c5 (patch)
tree2450cf130627933559e1fdb290942fa32ff40df9 /Makefile
parentFuckiest fucked bug fix (diff)
download42-cub3d-c65f691ec231a2e5cbdf1bdeca2db04d063115c5.tar.gz
42-cub3d-c65f691ec231a2e5cbdf1bdeca2db04d063115c5.tar.bz2
42-cub3d-c65f691ec231a2e5cbdf1bdeca2db04d063115c5.tar.xz
42-cub3d-c65f691ec231a2e5cbdf1bdeca2db04d063115c5.tar.zst
42-cub3d-c65f691ec231a2e5cbdf1bdeca2db04d063115c5.zip
Added music to the main story
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2fed722..609f91d 100644
--- a/Makefile
+++ b/Makefile
@@ -170,7 +170,7 @@ CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic
-# CFLAGS += -pthread
+CFLAGS += -pthread
#--------------------------------------------------------------------------------------------------#
ifdef DEBUG
CFLAGS += ${DBG}