summarylogtreecommitdiffstats
path: root/Makefile
blob: 3832be91141840ff5832e4a7052769791a550cc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PKG := nxp-dlagent

build:
	makepkg -f

install:
	yes | sudo pacman -U $(PKG)-*.pkg.tar.*

clean:
	rm -rf pkg src
	rm -rf $(PKG)

update-srcinfo:
	makepkg --printsrcinfo > .SRCINFO

generate-checksums:
	makepkg -g -f -p PKGBUILD