summarylogtreecommitdiffstats
path: root/Makefile
blob: 31c26d731fa8b44fc951e3bc6067d2b51bd8908f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PHONY: all

all: clean rebuild changelog srcinfo

rebuild:
	makepkg -s

changelog:
	curl -L https://raw.githubusercontent.com/zneix/haste-client/master/CHANGELOG.md > haste-client-git.changelog

srcinfo:
	makepkg --printsrcinfo > .SRCINFO

clean:
	rm -rf pkg src haste-client/ haste-client*.tar.*