aboutsummarylogtreecommitdiffstats
path: root/Makefile
blob: 17311759d06522bc18d72469ab7aa4cce343eab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

.PHONY: build install update checksums srcinfo


build: update
	makepkg -cCf

install: update
	makepkg -icCf

update: checksums srcinfo

checksums:
	updpkgsums

srcinfo:
	makepkg --printsrcinfo >.SRCINFO