summarylogtreecommitdiffstats
path: root/Makefile
blob: 3afd0b3c0d7efa0d7a4a1ebe1be8ec732a1b5ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
help:
	cat HELP.md
SRCINFO:
	makepkg --printsrcinfo > .SRCINFO
clean:
	rm -rf sunshine*.pkg.tar.zst pkg src
sync:
	makepkg -s
install:
	makepkg -i
force-sync: clean sync
sha256:
	sha256sum sunshine-*
b2sum:
	b2sum sunshine-*