
linear:
	sh examples_linear.sh

heatrod:
	sh heatrod_example.sh

all: linear heatrod
	echo "Built all"

.PHONY: all identity linear heatrod
