9 lines
No EOL
109 B
Makefile
9 lines
No EOL
109 B
Makefile
.PHONY: all setup build
|
|
all: build
|
|
|
|
setup:
|
|
sudo ./scripts/setup-host.sh
|
|
|
|
build:
|
|
./prepare.sh
|
|
./combine.sh
|