diff options
| author | Dominik Kaiser | 2024-04-26 18:36:07 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2024-04-26 18:36:07 +0200 |
| commit | 9ec4dd2e78c61a2b2be8d645d3e523f954d83e9e (patch) | |
| tree | f824fdab2ce898a39dd9c79b22a627d156374e59 /Makefile | |
| parent | fb11c45c1fa1246dbc80b491f55598698a932e5f (diff) | |
| download | push_swap-9ec4dd2e78c61a2b2be8d645d3e523f954d83e9e.tar.gz push_swap-9ec4dd2e78c61a2b2be8d645d3e523f954d83e9e.zip | |
Sort three and some norme cleanup
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ LIBFT = libft CC = cc CFLAGS = -Wall -Wextra -Werror -SRC_FILES = main.c input_handling.c stack_utils.c command_handling.c sorting.c stack_optimization.c cmd_optimization.c +SRC_FILES = main.c ft_atol.c input_handling.c stack_utils.c command_handling.c sorting.c stack_optimization.c cmd_optimization.c OBJ_FILES = $(SRC_FILES:%.c=%.o) LIB_DIR = $(LIBFT) |
