blob: fc30bcf6566cb79e07a6309bc62252c6457aae73 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This is actually for hacking around with the script
# as makepkg -si will leave a mess after exiting.
build:
@makepkg -si
clean:
@rm -rf pkg/ src/ notify-when-done-i3-git/ *pkg.tar.xz
# vim: set noet ts=4:
|