Skip to content

Commit 3ad0881

Browse files
committed
Add phony target to packaging Makefile.
1 parent 40a2ffa commit 3ad0881

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packaging/linux/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
all: snap appimage
2+
.PHONY: all snap appimage
3+
14
snap:
25
mkdir -p snap/gui
36
cp ../../icons/shotcut-logo-64.png snap/gui
@@ -12,3 +15,4 @@ appimage: appimage/appimage.yml
1215

1316
clean:
1417
rm -rf out pkg2appimage Shotcut
18+

0 commit comments

Comments
 (0)