diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-04 02:39:01 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-04 03:27:58 +0100 |
| commit | 6ebaad27d92a5bb47fdf9618df12d3b4120f664e (patch) | |
| tree | e390fc03fe2475c158becc313b7ed431d9bae61c /Makefile | |
| parent | c667f5a6edc3a7f394d53f8e4c163cc19305dbad (diff) | |
| download | ft_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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
