Skip to content

Commit d10834c

Browse files
authored
Update README.md
Added help on Makefiles
1 parent d590b65 commit d10834c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

LearningC/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,13 @@ This is ment to be a simple introduction to the **C programming language** to ge
44
>[!TIP]
55
> If you don't know C at all, start with [c_syntax](C_Language_Shorts/C_syntax.md)\
66
> Then take a look at [minimal.c](minimal.c) and [Lesson00](Lessons/00_Start)
7+
>
8+
> C Language References are grouped in [C_Language_Shorts](C_Language_Shorts)
9+
10+
>[!TIP]
11+
> If you nee help with [Makefiles](Tools/Make/Example1)
12+
> > cp minimal.c and Makefile into a test folder \
13+
> > cd testfolder \
14+
> > `make`
15+
>
16+
> More on Makefiles in the [Tools Folder](Tools/Make)

0 commit comments

Comments
 (0)