parser/makefile

11 lines
65 B
Makefile

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