summarylogtreecommitdiffstats
path: root/Makefile
blob: 77f69edff17c7ad6bb2c666b654e30beeb882ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12

.SRCINFO: PKGBUILD
	mksrcinfo

package: PKGBUILD .SRCINFO
	updpkgsums
	makepkg --syncdeps --rmdeps --force --clean --noconfirm

all: package

clean:
	rm -Rfv *.jpg .SRCINFO *.tar.gz *.tar.xz *.part src/ pkg/ 2> /dev/null || true