.PHONY: dev rel all: dev dev: @CARGO@ build rel: @CARGO@ build --release clean: @CARGO@ clean