summarylogtreecommitdiffstats
path: root/Makefile
blob: 7af7ddc8d6e575bce74bdf44e8236b4ddccacfe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
update: clean wcwidthcallback.patch PKGBUILD .SRCINFO
	
PKGBUILD: wcwidthcallback.patch
	updpkgsums

.SRCINFO: PKGBUILD
	makepkg --printsrcinfo > $@

wcwidthcallback.patch:
	curl -s https://github.com/exg/rxvt-unicode/compare/master...blueyed:wcwidth-hack.diff > $@

clean:
	$(RM) -f wcwidthcallback.patch