From 9a4afcd954ed9c79284267d195941136cfaf5720 Mon Sep 17 00:00:00 2001 From: Soufiane El melcaoui Date: Sat, 16 Nov 2019 08:06:03 +0100 Subject: [PATCH 1/4] initial commit Signed-off-by: Charles --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bcd72c1..2cb03f4 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 generated.c saved_tests.c + tests/printf_tests_tests.c saved_tests.c#generated.c saved_tests.c OBJ = $(SRC:.c=.o) run: all -- cgit From e2ea3bf1c721d0c7027f488e19ecd5e5f67af7c1 Mon Sep 17 00:00:00 2001 From: Soufiane El melcaoui Date: Sat, 16 Nov 2019 08:39:58 +0100 Subject: [PATCH 2/4] removed some leftover bonus tests Signed-off-by: Charles --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2cb03f4..2116c57 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 saved_tests.c#generated.c saved_tests.c + tests/printf_tests_tests.c saved_tests.c generated.c OBJ = $(SRC:.c=.o) run: all -- cgit