makectl 0.2.0

Generate and manage targets in your Makefiles
1
2
3
4
5
6
7
8
9
pub mod add;
pub mod completions;
pub mod fmt;
pub mod init;
pub mod lint;
pub mod list;
pub mod remove;
pub mod tips;
pub mod validate;