1 2 3 4 5
IGNORE = -i temp/ -i target/ .PHONY: dev dev: cargo watch $(IGNORE) --clear -x 'run --example basic'