Y
Hacker News
new
|
ask
|
show
|
jobs
by
Inception
382 days ago
This would be great! I'm currently using make files to accomplish this:
https://www.gnu.org/software/make/
1 comments
andix
380 days ago
How can you use make as a script runner? Is it possible to add targets that are not part of the tree and execute every time you run them?
something like
make clear-test-database
that runs every time you execute it, but is not executed on make all or make clean?
link
something like
that runs every time you execute it, but is not executed on make all or make clean?