summarylogtreecommitdiffstats
path: root/Makefile
blob: cc11b11c1bca4fad5ebb017c4e6e8bf7910fbb4f (plain)
1
2
3
4
5
6
7
8
9
10
install:
	makepkg -si

uninstall:
	sudo pacman -R python-devgoldyutils

clean:
	rm -r ./pkg
	sudo rm -r ./src
	rm ./*.pkg.tar.zst