1 2 3 4 5 6 7 8 9 10 11
clean: @rm -rf pkg/ *.pkg.tar.zst test: $(MAKE) clean @makepkg -si publish: @makepkg --printsrcinfo > .SRCINFO @git add .