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