In Makefile's I can define tasks so that a user can specify what s/he wants to do as:
make run
make serve
make deploy
..
This seems to be working ok but I feel like Makefile's are an overkill for this purpose with all those dependency analysis and relatively obscure syntax/execution. Are there any language/tool that is specifically designed for this purpose preferably available on most systems? or any idea how to use something like bash for this purpose?
switchstatement in the language of your choice. – ArjunShankar Oct 9 '12 at 7:07runservedeployetc. You can use thesourcebuilt-in to import library functions, settings, configuration, etc. from other files. – rici Oct 9 '12 at 7:13makefrom the script. – gokcehan Oct 9 '12 at 8:40