paupino / rust-decimal

Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.
https://docs.rs/rust_decimal/
MIT License
980 stars 179 forks source link

Restructure Makefile for easier navigation #580

Closed paupino closed 1 year ago

paupino commented 1 year ago

This restructures the make file to make it a bit easier to navigate and consume. In addition, we purposely clean before some tasks as an attempt to avoid builds inadvertently including cached build artifacts. This was commonly seen, at least locally, for no-std tests and diesel tests.

This was prompted as I'm starting up a v2 branch which involves ripping out a whole bunch of deprecated items, some of which were in this file!