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

.SRCINFO: PKGBUILD
	makepkg --printsrcinfo > .SRCINFO

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

all: package

clean:
	rm -fRv .SRCINFO *.tar.* ktlint/ ktlint-*/ src/ pkg/ *.asc 2> /dev/null || true