aboutsummarylogtreecommitdiffstats
path: root/Makefile
blob: ddc6c67abff8540c74c9c7c80eacc5dede0dde29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.PHONY: build install clean pkg

build:
	makepkg -f

install:
	sudo cp hook /usr/lib/initcpio/hooks/neoshy
	sudo cp install /usr/lib/initcpio/install/neoshy
	@echo "Don't forget to add 'neoshy' to HOOKS in /etc/mkinitcpio.conf and run mkinitcpio -P"

pkg:
	makepkg -f --source

clean:
	rm -f *.tar.zst *.tar.gz *.pkg.tar.* *.log
	rm -rf pkg src