aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-03-01 20:16:08 +0100
committerRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-03-01 20:16:08 +0100
commitc17ce9ebac3acbb4879d142ef33b6a8d05fd0aa2 (patch)
treea26b855ed725612ab973d1736f330c24ff9cd91b /Makefile
parentMap update again (diff)
download42-cub3d-c17ce9ebac3acbb4879d142ef33b6a8d05fd0aa2.tar.gz
42-cub3d-c17ce9ebac3acbb4879d142ef33b6a8d05fd0aa2.tar.bz2
42-cub3d-c17ce9ebac3acbb4879d142ef33b6a8d05fd0aa2.tar.xz
42-cub3d-c17ce9ebac3acbb4879d142ef33b6a8d05fd0aa2.tar.zst
42-cub3d-c17ce9ebac3acbb4879d142ef33b6a8d05fd0aa2.zip
Better h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5273dda..d36c557 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ FSANITIZE = -fsanitize=address
CC = clang
#--------------------------------------------------------------------------------------------------#
CFLAGS = -std=c89
-CFLAGS += -Wall
+CFLAGS = -Wall
CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic
@@ -164,7 +164,7 @@ fclean: clean
re: fclean all
#--------------------------------------------------------------------------------------------------#
run: all
- @./${NAME} "map/lvl_one.cub"
+ @./${NAME} "map/map_one.cub"
#--------------------------------------------------------------------------------------------------#
.PHONY: all clean clean fclean re run default
#============================================== EOF ===============================================#