pxt-grove/Makefile

11 lines
69 B
Makefile
Raw Permalink Normal View History

2017-06-23 03:54:44 +02:00
all: deploy
build:
pxt build
deploy:
pxt deploy
test:
pxt test