aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 5684dee9f7cb070164c4c475530af905a4e54cab (plain)
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