master > master: code-rust - makefile

This commit is contained in:
RD 2022-04-08 17:08:28 +02:00
parent 85964de351
commit 17723e71a7
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ all: setup build run
################################ ################################
# TARGETS: testing # TARGETS: testing
################################ ################################
unit-test: unit-tests tests: unit-tests
unit-tests: unit-tests:
cargo test cargo test
################################ ################################