Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

To be fair, the equivalent Makefile with autodeps generation (using gcc's -M options) is about the same length.

However, as soon as you start adding more complex stuff the fabricate gets much easier to work with and maintain. Make's $< $@ stuff, but also because you're forced into a targets-are-files mould, and because you don't have a real programming language to work in.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: