build: stop make compile-db from having to call make clean
This commit is contained in:
@@ -12,7 +12,7 @@ rootdir = os.getcwd()
|
||||
|
||||
compile_db = []
|
||||
|
||||
make_output = subprocess.check_output(['make', '-nw']).decode('utf-8')
|
||||
make_output = subprocess.check_output(['make', '-nwB']).decode('utf-8')
|
||||
|
||||
make_output_lines = make_output.split('\n')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user