parser/makefile

11 lines
68 B
Makefile

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