ayrat555 / fang

Background processing for Rust
https://fang.badykov.com/
MIT License
609 stars 25 forks source link

Better makefile #140

Closed pxp9 closed 1 year ago

pxp9 commented 1 year ago

Improving makefile

Dopplerian commented 1 year ago

With these changes, you would only need to do make -j db when you start working on the project, then you can do make -j tests and make -j ignored whenever you need to test your changes, and when you are finished working you may do make -j stop.

Note: -j flag is optional but recommended.

pxp9 commented 1 year ago

I would like to merge this to master and then merge it to my branch which I provide sqlx support

Dopplerian commented 1 year ago

@ayrat555 I think commit fc1b0c7 does what you wanted.

pxp9 commented 1 year ago

Can this be merged ?

I would like to merge it also in my pr