Add shellcheck makefile command
This commit is contained in:
parent
493d4b785c
commit
8b4173f078
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -10,3 +10,7 @@ uninstall:
|
||||||
$(RM) $(DESTDIR)$(PREFIX)/bin/nope
|
$(RM) $(DESTDIR)$(PREFIX)/bin/nope
|
||||||
$(RM) $(DESTDIR)$(PREFIX)/bin/m4a2wav
|
$(RM) $(DESTDIR)$(PREFIX)/bin/m4a2wav
|
||||||
|
|
||||||
|
shellcheck:
|
||||||
|
shellcheck youtube-mp3
|
||||||
|
shellcheck nope
|
||||||
|
shellcheck m4a2wav
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue