pxt-grove/Makefile

11 lines
69 B
Makefile
Raw Normal View History

2017-06-23 09:54:44 +08:00
all: deploy
build:
pxt build
deploy:
pxt deploy
test:
pxt test