dominicm00 / ham

A meaty Jam build tool replacement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix duplication of targets during build phase

dominicm00 opened this issue · comments

If a target is depended on multiple times, Ham will collect the target and add it to the build array each time. It should instead remember that it already collected the target.