parser/makefile

10 lines
68 B
Makefile

all: build
build:
spago build
run:
spago run
test:
spago test