From 1f457a8892991a09834239f7a6b721d24b3276aa Mon Sep 17 00:00:00 2001 From: Tom Ryser <rysertom@gmail.com> Date: Wed, 24 Nov 2021 11:34:24 +0100 Subject: [PATCH] Update README.md changed the file and folder structure to match the project and the new makefile --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c0af782..0ff2cc0 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,10 @@ ``` 📦project - ┣ 📂include - ┃ ┗ 📜.h - ┣ 📂Sources - ┃ ┣ 📜main.c - ┃ ┗ 📜.c + ┣ 📜main.c + ┣ 📜stack.c + ┣ 📜stack.h ┣ 📜.gitignore - ┣ 📜makefile + ┣ 📜Makefile ┗ 📜README.md ``` \ No newline at end of file -- GitLab