forked from pyrite-dev/pmake
fix
This commit is contained in:
parent
831c207d25
commit
5320061946
1 changed files with 0 additions and 2 deletions
|
|
@ -142,8 +142,6 @@ function make(output) {
|
|||
const objs = self.sources.map(pmake.compiler.output);
|
||||
const libs = pmake.libs(self, null, true).join(" ");
|
||||
|
||||
console.log(libs);
|
||||
|
||||
mk.write("\n");
|
||||
|
||||
mk.write("all: " + pmake.compiler.output(self) + "\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue