summaryrefslogtreecommitdiff
path: root/Makefile
blob: 900a14227c35ef588f6cde784d673bd5a2a1651d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PREFIX=/usr/local/bin

all: install

install:
	mkdir -p ${PREFIX}/
	cp nws ${PREFIX}/
remove:
	rm -rf ${PREFIX}/nws

config:
	mkdir -p ~/.config/nws/ 
	cp nws.conf ~/.config/nws/