MicroBit_SimpleCounter/Makefile

11 lines
69 B
Makefile
Raw Normal View History

2022-10-29 12:33:29 +00:00
all: deploy
build:
pxt build
deploy:
pxt deploy
test:
pxt test