4 lines
89 B
Makefile
4 lines
89 B
Makefile
|
prefix := /usr/local
|
||
|
install: i3-color-rofi
|
||
|
install -m 0755 i3-color-rofi $(prefix)/bin
|