aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-02 02:28:06 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-02 02:28:06 +0100
commit2b467659d30db14df17c7b50438c46788ab0d341 (patch)
tree92eb821a6e1e0262ff21e9f06b0d27f0bd3a5460 /Makefile
parentfb41e23423854a865201c0803803191d1f65c8fa (diff)
downloadft_printf_test-2b467659d30db14df17c7b50438c46788ab0d341.tar.gz
ft_printf_test-2b467659d30db14df17c7b50438c46788ab0d341.tar.bz2
ft_printf_test-2b467659d30db14df17c7b50438c46788ab0d341.zip
Added no crash, uint, hex low and hex up pft tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ab6d2c..3ac3576 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ PYTHON = python3
RM = rm -f
MAKE = make -j4
-SRC = main.c helper.c moulitest_read_stdout.c
+SRC = main.c helper.c pft_tests.c
OBJ = $(SRC:.c=.o)
run: run_pretty