summarylogtreecommitdiffstats
path: root/Makefile
blob: 4f09e42a93f291daf741aa6f67d9084c22820c3c (plain)
1
2
3
4
5
6
7
8
.PHONY: post clean

post:
	makepkg --verifysource -f
	makepkg --printsrcinfo > .SRCINFO

clean:
	git clean -fX