include ../support/Makefile.inc

.PHONY: build test
build:
	@echo Nothing to build

test:
	./run_blur.sh

