mirror of
https://github.com/shvedes/photoshop-linux.git
synced 2025-09-09 04:35:00 +00:00
10 lines
151 B
Makefile
10 lines
151 B
Makefile
SOURCE_FILES := $(shell shfmt -f .)
|
|
|
|
check:
|
|
desktop-file-validate ./photoshop.desktop
|
|
shellcheck -x $(SOURCE_FILES)
|
|
|
|
fmt:
|
|
shfmt -w $(SOURCE_FILES)
|
|
|