summarylogtreecommitdiffstats
path: root/Makefile
blob: 93ca95007c0558f8766ce6ef5d48f9e2b6430fca (plain)
1
2
3
4
5
6
7
8
9

VERSION ?= $(shell stty -echo; read -p "Latest release: " pwd; stty echo; echo $$pwd)


update:
	./update.sh $(VERSION)

clean:
	rm -rf src pkg *.tar.xz *.gz