summaryrefslogtreecommitdiff
path: root/Makefile
blob: 7a2cc86f8b662b142b5af3886be1fa1ab1ee09eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clean: 
	rm -rf /opt/shell-color-scripts

install: clean
	mkdir -p /opt/shell-color-scripts/colorscripts
	cp -rf colorscripts/* /opt/shell-color-scripts/colorscripts
	cp colorscript.sh /usr/local/bin/colorscript

uninstall:
	rm -rf /opt/shell-color-scripts
	rm -f /usr/local/bin/colorscript