mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
Started bonus part
- added bonus rules in makefile - added a BONUS define for bonus - added a conditional check for characters
This commit is contained in:
parent
34db19c1a2
commit
5c1d469cac
7 changed files with 93 additions and 27 deletions
|
|
@ -1,5 +1,5 @@
|
|||
CC=cc
|
||||
CFLAGS=-Wall -Wextra -Werror -c
|
||||
CFLAGS=-Wall -Wextra -Werror -g -c
|
||||
SOURCEFILES=src/str/ft_atoi.c src/mem/ft_bzero.c src/mem/ft_calloc.c src/cond/ft_isalnum.c \
|
||||
src/cond/ft_isalpha.c src/cond/ft_isascii.c src/cond/ft_isdigit.c \
|
||||
src/cond/ft_isprint.c src/str/ft_itoa.c src/lst/ft_lstadd_back_bonus.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue