summarylogtreecommitdiffstats
path: root/Makefile
blob: 6103cc1f0d966cb12577d916d268d724fc85bb19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.PHONY: clean build default

default: build

.SRCINFO: PKGBUILD
	makepkg --printsrcinfo > .SRCINFO

build: PKGBUILD
	makepkg -s

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