build:
	makepkg -f

install:
	makepkg -i

clean:
	rm -rf solo2*
	rm -rf pkg src
