portalpy/Makefile
2022-03-19 11:48:06 -05:00

10 lines
69 B
Makefile

all: deploy
build:
pxt build
deploy:
pxt deploy
test:
pxt test