Don't use hard TABs in the makefile snippet in the docs
This doesn't pass the indentation style check and TABs are likely to get lost when copying/pasting anyhow, so remove them and add an explicit note about TABs being needed here instead.
This commit is contained in:
parent
bdbf00090e
commit
bd1c66b245
@ -264,7 +264,9 @@ which may be combined into a single invocation:
|
||||
g++ myfoo.cpp `wx-config --cxxflags --libs` -o myfoo
|
||||
|
||||
A simple makefile for a program using wxWidgets could be written
|
||||
in the following way:
|
||||
in the following way (note that if you are copying and pasting
|
||||
this into your makefile, the leading spaces must be replaced by a
|
||||
`TAB` character):
|
||||
|
||||
```make
|
||||
program: program.o
|
||||
|
Loading…
Reference in New Issue
Block a user