aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-04 02:39:01 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-04 03:27:58 +0100
commit6ebaad27d92a5bb47fdf9618df12d3b4120f664e (patch)
treee390fc03fe2475c158becc313b7ed431d9bae61c /Makefile
parentc667f5a6edc3a7f394d53f8e4c163cc19305dbad (diff)
downloadft_printf_test-6ebaad27d92a5bb47fdf9618df12d3b4120f664e.tar.gz
ft_printf_test-6ebaad27d92a5bb47fdf9618df12d3b4120f664e.tar.bz2
ft_printf_test-6ebaad27d92a5bb47fdf9618df12d3b4120f664e.zip
Added basic test generator
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cdda12..7a8f2a4 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ RM = rm -f
MAKE = make -j4
SRC = main.c helper.c tests/pft_tests.c tests/moulitest_tests.c tests/printf_tester_tests.c \
- tests/printf_tests_tests.c
+ tests/printf_tests_tests.c generated.c
OBJ = $(SRC:.c=.o)
run: all