Skip to content

Commit d029462

Browse files
authored
Create Instructions.md
Separate Compilation
1 parent 7275894 commit d029462

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
You can compile more than one file at a time with make.
2+
3+
>[!NOTE]
4+
> File/Folder structure is:
5+
> - src/* (sources)
6+
> - build/* (objects)
7+
> - Makefile
8+
>
9+
> Typing `make` will build the first target, which is the program we're building
10+
>
11+
> Try `make run` or `make all`

0 commit comments

Comments
 (0)