6 lines
53 B
Makefile
6 lines
53 B
Makefile
|
|
.PHONY: link
|
||
|
|
|
||
|
|
link:
|
||
|
|
bash link.sh
|
||
|
|
sudo bash link.sh
|