We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7275894 commit d029462Copy full SHA for d029462
LearningC/Lessons/01_MultiSource/Instructions.md
@@ -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