shell=/bin/bash

rule1:
	@echo "hello"

rule_2:
	@echo "bye"
