aboutsummarylogtreecommitdiffstats
path: root/Makefile
blob: 7ed4a8ba91eb8b28209fdeca8587fce246530866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.SUFFIXES: # empty the defaults

DEFAULT: .SRCINFO

.SRCINFO: PKGBUILD
	makepkg --printsrcinfo > $@

PKGBUILD: updpkgsums

.PHONY: updpkgsums
updpkgsums: cleanslate
	updpkgsums

.PHONY: cleanslate
cleanslate:
	git clean -fdx # else makepkg uses stale files for checksums