mirror of
https://github.com/buzz-lightsnack-2007/MicroBit_QuickPager.git
synced 2026-06-23 04:40:17 +00:00
10 lines
69 B
Makefile
10 lines
69 B
Makefile
all: deploy
|
|
|
|
build:
|
|
pxt build
|
|
|
|
deploy:
|
|
pxt deploy
|
|
|
|
test:
|
|
pxt test
|