summarylogtreecommitdiffstats
path: root/Makefile
blob: 4020adceb3da2765a9e8da63c7558f1739c075e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
package:
	makepkg -f
	makepkg --printsrcinfo > .SRCINFO

install:
	pacman -U *.tar.zst

clean:
	git clean -fdX