Products should be able to be automatically created under production and development modes for each phase and the targets should be specified cleanly for each. The CLI may look like:
make phase1 MODE=prod
make phase2 MODE=dev
where these commands generate reports and each phase directory contains an incl.mk file for organizational purposes
Products should be able to be automatically created under production and development modes for each phase and the targets should be specified cleanly for each. The CLI may look like:
make phase1 MODE=prodmake phase2 MODE=devwhere these commands generate reports and each phase directory contains an
incl.mkfile for organizational purposes