summarylogtreecommitdiffstats
path: root/Makefile
blob: 4fb7d7dfe7a9e1874294d70d1e20db50256e53ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: all update build clean

all: update build clean

update:
	updpkgsums
	makepkg --printsrcinfo > .SRCINFO

build:
	makepkg

clean:
	rm -rf *.tar.* *.gz src pkg