From cad0cc4e6c213104aeae2b5b644ce9ba776bf6d1 Mon Sep 17 00:00:00 2001 From: Nayan <33187059+GShadow5@users.noreply.github.com> Date: Fri, 9 May 2025 13:06:47 -0400 Subject: [PATCH] forgot to add my makefile source --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f243075..e1d4f59 100644 --- a/readme.md +++ b/readme.md @@ -77,4 +77,5 @@ There are three major things not taught in class that are core to this project. - Variadic arguments references: - [Variadic functions in C](https://www.geeksforgeeks.org/variadic-functions-in-c/) - [How to create function like printf](https://stackoverflow.com/questions/7031116/how-to-create-function-like-printf-variable-argument) -- I did not use any references for multithreading as I have used pthreads extensively for the last few semesters. \ No newline at end of file +- I did not use any references for multithreading as I have used pthreads extensively for the last few semesters. +- [Makefile reference](https://www.gnu.org/software/make/manual/html_node/index.html): Used a bunch of this to understand how to write more complex makefiles. \ No newline at end of file