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