2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-20 02:32:13 +00:00

Use "@rule" syntax for make example.

[SVN r33635]
This commit is contained in:
Vladimir Prus
2006-04-10 12:36:12 +00:00
parent 0ceee51b6c
commit c5fef0be31

View File

@@ -7,7 +7,7 @@ exe main : main.cpp ;
# Create 'main.cpp' from 'main.cpp.pro' using action
# 'do-something' defined below.
#
make main.cpp : main.cpp.pro : do-something ;
make main.cpp : main.cpp.pro : @do-something ;
# In this example, we'll just copy a file.
# Need to find out the name of a command to copy a file.