SHELL=/usr/bin/env bash date_dir_name = $(shell date +"%Y%m%d-%H%M%S") test: @echo $(date_dir_name)