Updated Makefile

This commit is contained in:
Katy248 2024-10-16 12:19:23 +03:00
parent 425d35c7b6
commit 594494c5af

View File

@ -1,7 +1,9 @@
SOURCE_FILES := $(shell shfmt -f .)
check:
desktop-file-validate ./photoshop.desktop
shellcheck ./install.sh
shellcheck -x $(SOURCE_FILES)
fmt:
shfmt -w .
shfmt -w $(SOURCE_FILES)