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

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

clean:
	git clean -fX