aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-05 05:23:48 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-05 05:23:48 +0100
commitf4e039e5c23d5aea7a45dd8f81d573902681ec99 (patch)
treebed21b5b73a91a8e0a31f854b9c921f1f16fb769 /Makefile
parenta4969e7e47b27b47fc06ceeebfb826d73ea78c52 (diff)
downloadft_printf_test-f4e039e5c23d5aea7a45dd8f81d573902681ec99.tar.gz
ft_printf_test-f4e039e5c23d5aea7a45dd8f81d573902681ec99.tar.bz2
ft_printf_test-f4e039e5c23d5aea7a45dd8f81d573902681ec99.zip
Generator doesnt generate -Wformat incompatible tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6faf210..3c5c024 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,9 @@ interactive: all
raw: all
./$(NAME)
+generate:
+ $(PYTHON) generate.py -n 100
+
all: $(NAME)
$(NAME): ft_printf_all $(OBJ) header.h tests/tests.h