pxt-grove/Makefile
2017-06-23 09:54:44 +08:00

11 lines
69 B
Makefile

all: deploy
build:
pxt build
deploy:
pxt deploy
test:
pxt test