aboutsummaryrefslogtreecommitdiffhomepage
path: root/development/make.html
diff options
context:
space:
mode:
Diffstat (limited to 'development/make.html')
-rw-r--r--development/make.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/development/make.html b/development/make.html
index 3a05525..b10075f 100644
--- a/development/make.html
+++ b/development/make.html
@@ -215,12 +215,12 @@ the recipe, make provides a set of automatic variables to work with:</p>
all: foobar blabla
foo% bla%: aaa bbb bbb
- @echo &quot;@ = $@&quot;
- @echo &quot;&lt; = $&lt;&quot;
- @echo &quot;^ = $^&quot;
- @echo &quot;+ = $+&quot;
- @echo &quot;* = $*&quot;
- @echo &quot;----&quot;
+ @echo "@ = $@"
+ @echo "&lt; = $&lt;"
+ @echo "^ = $^"
+ @echo "+ = $+"
+ @echo "* = $*"
+ @echo "----"
aaa:
bbb: