11 lines
69 B
Makefile
11 lines
69 B
Makefile
all: deploy
|
|
|
|
build:
|
|
pxt build
|
|
|
|
deploy:
|
|
pxt deploy
|
|
|
|
test:
|
|
pxt test
|