|
|
|
|
|
by bluejekyll
631 days ago
|
|
Technically all of these make targets look for files by the names of the targets. Each one should really be defined as .PHONY. That said, I used to write makefiles like this all the time, but have since switched to just and justfiles in recent years which make this the default behavior, and is generally simpler to use. Things like parameters are simpler. https://github.com/casey/just |
|