diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a21369d --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +check: + desktop-file-validate ./photoshop.desktop + shellcheck ./install.sh + +fmt: + shfmt -w . +