summarylogtreecommitdiffstats
path: root/Makefile
blob: 98d52d77bff183999f1184a28226a8a40380a72a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
test: namcap build

namcap:
	namcap PKGBUILD

build:
	makepkg

srcinfo:
	makepkg --printsrcinfo > .SRCINFO

release: test srcinfo