summarylogtreecommitdiffstats
path: root/Makefile
blob: 0a50940d95f71d393c7a25bef2c36f8ec8494795 (plain)
1
2
3
4
5
6
7
8
9
.PHONY: all build check

all: build check

build:
	makepkg --printsrcinfo > .SRCINFO

check:
	namcap PKGBUILD