aboutsummarylogtreecommitdiffstats
path: root/Makefile
blob: 1412a27a00e1210b77727b0f80336c16a931286b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
all:
	makepkg --printsrcinfo > .SRCINFO
	makepkg -fs

clean:
	rm -rf readitlater/ pkg/ src/

cleanall: clean
	rm -rf readitlater-git-*.pkg.tar.xz

devdocker:
	sudo docker build --pull -t readitlater_git -f dev.Dockerfile .