MicroBit_SimpleCounter/Makefile

11 lines
69 B
Makefile

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