projecthamster / hamster-shell-extension

Shell extension for hamster
http://projecthamster.org
GNU General Public License v3.0
215 stars 91 forks source link

Improve 'compile' and 'dist' make target dependencies #274

Closed elbenfreund closed 6 years ago

elbenfreund commented 6 years ago

make compile really depends on the execution of collect as is needs to operate on the collected build data. This should be reflected by making compile explicitly depend on it. In a similar fashion make dist should simply depend on compile (which itself then triggers collect) instead of chaining those targets manually.