MicroBit_QuickPager/Makefile
2022-12-08 13:00:51 +08:00

10 lines
69 B
Makefile

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