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