Skip to content

Commit 0b8866f

Browse files
author
Sam Kleinman
committed
build: minor argument correction control
1 parent 6a32b8c commit 0b8866f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/makefile-builder/tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def build_all_tables(tables):
2424
m.msg('[tables]: clensing git index of compiled tables', block='footer')
2525
m.newline(block='footer')
2626
m.target('clean-tables', block='footer')
27-
m.job('rm -rf $(output-tables)', True)
27+
m.job('rm -rf $(output-tables)', ignore=True, display=True)
2828

2929
def makefile_table(name, block):
3030
m.append_var('output-tables', name + '.rst', block)

0 commit comments

Comments
 (0)