From c17ce9ebac3acbb4879d142ef33b6a8d05fd0aa2 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sun, 1 Mar 2020 20:16:08 +0100 Subject: Better h --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 ===============================================# -- cgit v1.2.3