summarylogtreecommitdiffstats
path: root/Makefile
blob: 029ee6d7440f48f469b5809ade8955449b4e7f0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
all:
	make prepare
	make build
	make clean
	make check

build:
	makepkg -f

prepare:
	sed -i "s|md5sums.*|`makepkg -g 2>&1|grep md5sums`|g" PKGBUILD
	makepkg --printsrcinfo > .SRCINFO

clean:
	rm -rf pkg/ src/

check:
	namcap *.tar.xz