1 2 3 4 5 6
overcloud.yaml: overcloud-source.yaml nova-compute-instance.yaml python merge.py $< > $@.tmp mv $@.tmp $@ test: @bash test_merge.bash