7 lines
49 B
Makefile
7 lines
49 B
Makefile
all: build
|
|
|
|
build:
|
|
spago build
|
|
|
|
run:
|
|
spago run
|