mirror of
https://github.com/buzz-lightsnack-2007/MicroBit_QuickPager.git
synced 2024-08-14 23:56:25 +00:00
11 lines
69 B
Makefile
11 lines
69 B
Makefile
|
all: deploy
|
||
|
|
||
|
build:
|
||
|
pxt build
|
||
|
|
||
|
deploy:
|
||
|
pxt deploy
|
||
|
|
||
|
test:
|
||
|
pxt test
|