MicroBit_Compass/Makefile

11 lines
69 B
Makefile
Raw Normal View History

2022-12-11 02:41:17 +00:00
all: deploy
build:
pxt build
deploy:
pxt deploy
test:
pxt test