Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxy-v committed Sep 1, 2024
1 parent 60a3b47 commit 2b19239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/targets.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const { execSync } = require('child_process');

module.exports = (sources) => {
let outputs = [];
console.log(sources);
let commands = JSON.parse(fs.readFileSync('build/compile_commands.json', 'utf8'));
for (let {'file': src, ..._} of sources) {
if (src.endsWith('.cpp') || src.endsWith('.h') || src.endsWith('.c')
Expand Down

0 comments on commit 2b19239

Please sign in to comment.