mirror of
https://github.com/codeninjasuk/game-freddies-adventure.git
synced 2025-04-22 01:33:50 -04:00
11 lines
69 B
Makefile
11 lines
69 B
Makefile
|
all: deploy
|
||
|
|
||
|
build:
|
||
|
pxt build
|
||
|
|
||
|
deploy:
|
||
|
pxt deploy
|
||
|
|
||
|
test:
|
||
|
pxt test
|