mirror of
https://github.com/shvedes/photoshop-linux.git
synced 2025-10-27 02:04:21 +00:00
8 lines
94 B
Makefile
8 lines
94 B
Makefile
check:
|
|
desktop-file-validate ./photoshop.desktop
|
|
shellcheck ./install.sh
|
|
|
|
fmt:
|
|
shfmt -w .
|
|
|