We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a32b8c commit 0b8866fCopy full SHA for 0b8866f
bin/makefile-builder/tables.py
@@ -24,7 +24,7 @@ def build_all_tables(tables):
24
m.msg('[tables]: clensing git index of compiled tables', block='footer')
25
m.newline(block='footer')
26
m.target('clean-tables', block='footer')
27
- m.job('rm -rf $(output-tables)', True)
+ m.job('rm -rf $(output-tables)', ignore=True, display=True)
28
29
def makefile_table(name, block):
30
m.append_var('output-tables', name + '.rst', block)
0 commit comments