diff options
author | salaaad2 <arthudurant263@gmail.com> | 2020-03-16 18:57:40 +0100 |
---|---|---|
committer | salaaad2 <arthudurant263@gmail.com> | 2020-03-16 18:57:40 +0100 |
commit | 575990647d8ee677ff9515ecb0c17da9fe66312f (patch) | |
tree | 786ae284e2d9a22499d1ac013b2b0377df9bfe23 /Makefile | |
parent | Suppressed most valgrind errors, one remaining (diff) | |
download | 42-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ else CC = gcc endif #--------------------------------------------------------------------------------------------------# -CFLAGS = -std=c89 +CFLAGS = -std=c99 CFLAGS += -Wall CFLAGS += -Wextra CFLAGS += -Werror |