MicroBit_SimpleCounter/Makefile
2022-10-29 20:33:29 +08:00

10 lines
69 B
Makefile

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