make-cmd 0.1.0

Enables build.rs scripts to invoke gnu_make platform-independently.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 2.5 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.04 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • mneumann/make-cmd-rs
    0 1 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mneumann

make-cmd-rs

Intended as a build-dependency of cargo packages that want to use "make" from build.rs scripts on different platforms.

This fixes build issues. For example "make" in FreeBSD refers to the BSD make, while "make" on Linux is GNU make.