7 lines
62 B
Makefile
7 lines
62 B
Makefile
SHELL := /bin/bash
|
|
|
|
build:
|
|
. ./build.sh
|
|
|
|
start:
|
|
. ./start.sh
|