aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsalaaad2 <arthudurant263@gmail.com>2020-03-16 18:57:40 +0100
committersalaaad2 <arthudurant263@gmail.com>2020-03-16 18:57:40 +0100
commit575990647d8ee677ff9515ecb0c17da9fe66312f (patch)
tree786ae284e2d9a22499d1ac013b2b0377df9bfe23 /Makefile
parentSuppressed most valgrind errors, one remaining (diff)
download42-cub3d-575990647d8ee677ff9515ecb0c17da9fe66312f.tar.gz
42-cub3d-575990647d8ee677ff9515ecb0c17da9fe66312f.tar.bz2
42-cub3d-575990647d8ee677ff9515ecb0c17da9fe66312f.tar.xz
42-cub3d-575990647d8ee677ff9515ecb0c17da9fe66312f.tar.zst
42-cub3d-575990647d8ee677ff9515ecb0c17da9fe66312f.zip
fatfingered solution to the sprites problem, changes needed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd8d982..c310c87 100644
--- a/Makefile
+++ b/Makefile
@@ -132,7 +132,7 @@ else
CC = gcc
endif
#--------------------------------------------------------------------------------------------------#
-CFLAGS = -std=c89
+CFLAGS = -std=c99
CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Werror