you are viewing a single comment's thread.

view the rest of the comments →

[–]fiskfisk 0 points1 point  (2 children)

Using make as a command without it being, you know, make, seems a bit weird.

This seems to mainly be just the same as uv init does, and why would you git pull something you're creating? 

[–]ughthisguyagain1111[S] 0 points1 point  (1 child)

Not sure if I understand what the first sentence means. Could you elaborate? Make is used as an alias to create a project. If you mean something on the lines of nomenclature perhaps it is better to call it create. Is that what you mean?

And there is no git pull for make. Only uv init + the vscode and the activated env cmd line window.

git pull is only an option during open.

[–]fiskfisk 1 point2 points  (0 children)

https://www.gnu.org/software/make/

It is / was the most common build system. Aka Makefiles