Skip to content
Snippets Groups Projects

Resolve "add makefile with structure"

Merged tom.ryser requested to merge 3-add-makefile-with-structure into main
1 file
+ 4
6
Compare changes
  • Side-by-side
  • Inline
  • 1f457a88
    Update README.md · 1f457a88
    Tom Ryser authored
    changed the file and folder structure to match the project and the new makefile
+ 4
6
@@ -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
Loading