MicroBit_Compass/Makefile
2022-12-11 10:41:17 +08:00

10 lines
69 B
Makefile

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