{
"file_types":["Makefile"],
"install_suggestions":[
["make"],
["make install"],
["make build","make install"],
["make", "make install"]
],
"uninstall_suggestions": [
["rm ~/.local/bin/{{used_name}}"],
[
"# Uninstall with translations DELETE THIS LINE",
"rm ~/.local/bin/{{used_name}}",
"rm ~/.local/share/locale/{{languages}}/LC_MESSAGES/{{used_name.mo}}"
]
]
}