Add shellcheck makefile command

This commit is contained in:
joachimschmidt557 2019-08-08 17:50:43 +02:00
parent 493d4b785c
commit 8b4173f078

View file

@ -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