11 lines
65 B
Makefile
11 lines
65 B
Makefile
all: build
|
|
|
|
build:
|
|
spago build
|
|
|
|
run:
|
|
spago run
|
|
|
|
t:
|
|
spago test
|