aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-06 19:26:06 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-06 19:26:06 +0100
commit65e8a36e62d7b27ec708d736b96104f2a976092d (patch)
tree724d2384aa15f1a34d4a47a157ba814cbdc043bc /Makefile
parentdb86fa3cb48a54ea614baee6dc02308be1649571 (diff)
parente2ea3bf1c721d0c7027f488e19ecd5e5f67af7c1 (diff)
downloadft_printf_test-65e8a36e62d7b27ec708d736b96104f2a976092d.tar.gz
ft_printf_test-65e8a36e62d7b27ec708d736b96104f2a976092d.tar.bz2
ft_printf_test-65e8a36e62d7b27ec708d736b96104f2a976092d.zip
Merge branch 'nobonus'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eb3b297..a338d11 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,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 generated.c saved_tests.c
+ tests/printf_tests_tests.c saved_tests.c generated.c
OBJ = $(SRC:.c=.o)
run: all