gulachek / esmakefile

Make based build system in JavaScript
MIT License
0 stars 0 forks source link

Add a hasTarget function #54

Closed gulachek closed 1 month ago

gulachek commented 1 month ago

Right now the best you can do is make.targets().indexOf(path.rel()) !== -1 which is verbose