Is the exec
keyword required in a Makefile?
build-cache: clean-cache
@exec ./scripts/copy_packages.sh
./scripts/build_makefile.sh
docker build -t common/cache ./cache
I just noticed that some lines use exec and others do not.