5 lines
75 B
Makefile
5 lines
75 B
Makefile
INSTALL=install
|
|
INSTALL_PROGRAM=$(INSTALL)
|
|
INSTALL_DATA=$(INSTALL) -m 644
|
|
|