summarylogtreecommitdiffstats
path: root/Makefile
blob: 1035977843b11a6a0741c911740f789e8b34bb34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
default: build

build: namcap
	makepkg
	mksrcinfo

namcap:
	namcap PKGBUILD

# too many failures we can't correct due to PKGBUILD design
shellcheck:
	shellcheck PKGBUILD

vet: namcap shellcheck