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