aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index ddc3162..468998a 100644
--- a/Makefile
+++ b/Makefile
@@ -16,13 +16,13 @@ LDFLAGS = -L$(LIBASM_PATH) -lasm
NAME = runtest
SRC = main.c \
helper.c \
- ft_strlen_test.c \
- ft_strcpy_test.c \
- ft_strcmp_test.c \
- ft_write_test.c \
- ft_read_test.c \
- ft_strdup_test.c \
- ft_atoi_base_test.c \
+ test/ft_strlen_test.c \
+ test/ft_strcpy_test.c \
+ test/ft_strcmp_test.c \
+ test/ft_write_test.c \
+ test/ft_read_test.c \
+ test/ft_strdup_test.c \
+ test/ft_atoi_base_test.c \
functions_reference/ref_ft_atoi_base.c
#ft_list_push_front_test.c ft_list_size_test.c \
# ft_list_sort_test.c ft_list_remove_if_test.c \