Skip to content

SuCicada/sumake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sumake

use

pip install sumake -U

dev

make install

pip install .

zsh

~/.zshrc

autoload -U compinit
compinit
_sumake() {
_make "$@"
}
compdef _sumake sumake
zstyle ':completion::complete:sumake:*:targets' call-command true

About

GNU Make extension via custom Makefile

Resources

Stars

Watchers

Forks

Packages

No packages published