amorilla42 / cub3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Makefile

amorilla42 opened this issue · comments

Crear estructura base del Makefile:

  • Reglas: all clean fclean re
  • Flags: -Werror -Wextra -Wall -g - fsanitize=address (2 ultimos para debugear y comprobar leaks)
  • No debe hacer relink
  • Uso de MLX42