summarylogtreecommitdiffstats
path: root/Makefile
blob: 6ce23dd04e04db1642fe5663539076b11b3ddce4 (plain)
1
2
3
4
5
6
7
8
9
10
update::
	./generate-pkgbuild.sh > PKGBUILD
	# updpkgsums
	makepkg --printsrcinfo > .SRCINFO

install::
	makepkg -si

clean::
	git clean -fdx