summarylogtreecommitdiffstats
path: root/Makefile
blob: 5ec733747192915d94be3feb0cb58572e7ec926f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PKG := littlefs-fuse

build:
	makepkg -f

chroot-build:
	# https://aur.archlinux.org/packages/aurutils/
	aur chroot --update --build

install:
	yes | makepkg -i

clean:
	rm -rf pkg src
	rm -rf $(PKG)*
	rm -rf *.tar.gz

update-srcinfo:
	makepkg --printsrcinfo > .SRCINFO

generate-checksums:
	makepkg -g PKGBUILD