Skip to content

Commit a076a6f

Browse files
authored
Update Makefiles.md
typo
1 parent 75cdfb9 commit a076a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/Makefiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ all:
3333
< TAB-8 > $(CC) <source.c> -o $(TARGET)
3434
```
3535
where < TAB-8 > is a real size 8 tab. ⚠️ not 8 spaces. this has to be set in your editor\
36-
`:set noexpandtab` `set softtabstop=8` and `:set ts=8` in vim
36+
`:set noexpandtab` `:set softtabstop=8` and `:set ts=8` in vim
3737

3838
You can make it permanent to your file:\
3939
On the first line of Makefile write the following _vim_modeline_:

0 commit comments

Comments
 (0)