aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-03 05:29:04 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-03 05:29:04 +0100
commit84b61fcc2602c39e9dc8cd6390f733d6987ccbfe (patch)
tree4f84e66b3ea20bea0243674bcd160e5c22c0db2c /Makefile
parent0f957d89c90062fdf8ad8ce4c3796b54b51d20e9 (diff)
downloadft_printf_test-84b61fcc2602c39e9dc8cd6390f733d6987ccbfe.tar.gz
ft_printf_test-84b61fcc2602c39e9dc8cd6390f733d6987ccbfe.tar.bz2
ft_printf_test-84b61fcc2602c39e9dc8cd6390f733d6987ccbfe.zip
Added printf_tester tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55f9e91..d8ba187 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ PYTHON = python3
RM = rm -f
MAKE = make -j4
-SRC = main.c helper.c tests/pft_tests.c tests/moulitest_tests.c
+SRC = main.c helper.c tests/pft_tests.c tests/moulitest_tests.c tests/printf_tester_tests.c
OBJ = $(SRC:.c=.o)
run: all