Skip to content

Commit 33c88da

Browse files
authored
comments: Small stillistic license.
1 parent a1ed752 commit 33c88da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/examples/bau/meson/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ project('HelloWorld', 'cpp')
44
hello_world = executable('hello_world', 'main.cpp')
55

66
# Example of custom target to run all tasks
7-
build_all_target = custom_target('build_all', command: 'echo', output: 'echo', input: [hello_world])
7+
build_all = custom_target('build_all', command: 'echo', output: 'echo', input: [hello_world])

0 commit comments

Comments
 (0)