summarylogtreecommitdiffstats
path: root/Makefile
blob: 172791ae974a43ad22a0d705b0463f7a29b71666 (plain)
1
2
3
4
5
6
7
8
9
10
.PHONY: all check release

all:
	makepkg -sd

check:
	namcap PKGBUILD

release:
	makepkg --printsrcinfo > .SRCINFO