Hacker News new | ask | show | jobs
by skybrian 3201 days ago
Sure, that's what variables are for.

But in a small makefile, it's a simple search-and-replace to move it out to a variable. Adding indirection slightly degrades readability, so better to wait until it's first needed.

1 comments

Very true.