6 lines
45 B
Makefile
6 lines
45 B
Makefile
.PHONY: setup
|
|
setup:
|
|
git submodule update
|
|
|
|
|
.PHONY: setup
|
|
setup:
|
|
git submodule update
|
|
|
|
|