TARGET_TRIPLE = target.json all: cargo build --target $(TARGET_TRIPLE) watch: cargo watch -x "check --target $(TARGET_TRIPLE)" .PHONY: watch