parser/makefile

10 lines
65 B
Makefile

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