5 lines
46 B
Makefile
5 lines
46 B
Makefile
|
default: install
|
||
|
|
||
|
install:
|
||
|
bash ./install.sh
|