D
D
da da2021-05-08 11:12:23
GNU Make
da da, 2021-05-08 11:12:23

What is a Makefile and what is it for in Rust projects?

makefile used in Rust or Python projects?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Lesnikov, 2021-05-08
@IIggoorrII

The native package manager, Cargo , is usually responsible for directly compiling the code for rast .
Makefiles in rast projects are sometimes used to automate other routine tasks, such as launching a debug server with the required config, converting resources, preparing some special packages, etc. But for this, be sure to use an honest make, you can take one of the cargo extensions that are close in functionality, for example https://github.com/sagiegurari/cargo-make .

V
Vladimir Korotenko, 2021-05-08
@firedragon

File instructions for building the project. Not to write scripts. It's usually auto-none and very large.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question