LINUX.ORG.RU

История изменений

Исправление rtxtxtrx, (текущая версия) :

https://gist.github.com/jlgerber/0f280236c2ee1b741dfe41a38d39a467

all: build

build:
	cargo build
run:
	cargo run
test:
	cargo test
clean:
	cargo clean
lint:
	cargo clippy
format:
	cargo fmt

.PHONY: all build run test clean lint format

Исходная версия rtxtxtrx, :

https://gist.github.com/jlgerber/0f280236c2ee1b741dfe41a38d39a467

all: build

build:
	cargo build
run:
	cargo run
test:
	cargo test
clean:
	cargo clean
lint:
	cargo clippy
format:
	cargo fmt

.PHONY: all build run test lean lint format