This commit is contained in:
WayenWeng
2017-06-23 09:54:44 +08:00
parent 90ea1672d5
commit 2e1417b777
6 changed files with 571 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
all: deploy
build:
pxt build
deploy:
pxt deploy
test:
pxt test