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

clean:
	rm -rf read-it-later/ pkg/ src/

cleanall: clean
	rm -rf read-it-later-git-*.pkg.tar.xz

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