mirror of
https://github.com/buzz-lightsnack-2007/MicroBit_SimpleCounter.git
synced 2026-07-14 15:15:35 +00:00
10 lines
69 B
Makefile
10 lines
69 B
Makefile
all: deploy
|
|
|
|
build:
|
|
pxt build
|
|
|
|
deploy:
|
|
pxt deploy
|
|
|
|
test:
|
|
pxt test
|