mirror of
https://github.com/codeninjasuk/game-freddies-adventure.git
synced 2025-03-31 23:29:49 -04:00
10 lines
69 B
Makefile
10 lines
69 B
Makefile
all: deploy
|
|
|
|
build:
|
|
pxt build
|
|
|
|
deploy:
|
|
pxt deploy
|
|
|
|
test:
|
|
pxt test
|