Skip to content

Commit d3c8fb7

Browse files
committed
Merge pull request #25 from terop/master
Fixed typo in Makefile change example
2 parents a2365cf + 1da3a16 commit d3c8fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ If you have a system installed version (e.g. via apt-get) then you probably don'
8989
For the compiler you have to add the include path and optional (but recommended) the CppUTest pre-include header which enables debug information for the memory leak detector *and* offers memory leak detection in C. Lets start with the include path, you'll need to add:
9090

9191
{% highlight make %}
92-
CPPFLAGS += -I(CPPUTEST_HOME)/include
92+
CPPFLAGS += -I$(CPPUTEST_HOME)/include
9393
{% endhighlight %}
9494

9595
(CPPFLAGS works for both .c and .cpp files!)

0 commit comments

Comments
 (0)