.PHONY: requirements runtime benchmark power_measurement all: requirements runtime benchmark power_measurement requirements: ./install-requirements.sh runtime: ./get-and-compile-runtime.sh benchmark: ./get-and-compile-benchmark.sh power_measurement: ./get-and-compile-power-utility.sh clean: rm -rf build