make-tools

Crates.iomake-tools
lib.rsmake-tools
version0.1.5
sourcesrc
created_at2023-03-06 03:32:50.087414
updated_at2023-07-15 06:37:00.873682
descriptionMakefile utility
homepage
repositoryhttps://github.com/konkitoman/MakeTools
max_upload_size
id802016
size34,235
Konkitoman (konkitoman)

documentation

README

MakeTools

Crates.io

For viewing make progress!

Make fast "compile_comands.json"

If is not working for you, you should try bear

You should run make clean before mktools compile-commands

Preview

Instalation

You should have rust installed first!

cargo install make-tools

If mktools is invalid command you should add ~/.cargo/bin to your PATH

Supports compilers:

  • gcc
  • g++
  • clang
  • clang++
  • x86_64-w64-mingw32-gcc
  • x86_64-w64-mingw32-g++
  • x86_64-w64-mingw32-clang
  • x86_64-w64-mingw32-clang++

Supports files:

  • .c
  • .cpp
  • .c++
  • .C
  • .cxx
  • .cc
Commit count: 11

cargo fmt