gulachek / esmakefile

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

Same target building multiple times #16

Closed gulachek closed 1 year ago

gulachek commented 1 year ago

Look at gulachek/catui repo commit bdb9b16d110190ec95005a756544225f8df097db make.js

If you make a change to handshake.cpp, you'll see that it compiles 3 times in parallel and makes for confusing compiler output when an error is encountered.

gulachek commented 1 year ago

Issue was with tracking target instances instead of paths. Fixed in v0.1.1