MicroBit_QuickPager/Makefile

11 lines
69 B
Makefile
Raw Permalink Normal View History

2022-12-08 05:00:51 +00:00
all: deploy
build:
pxt build
deploy:
pxt deploy
test:
pxt test