Files
sprocket-device-illucat/Makefile
Patrick Balsiger 354564cf62 feat: docker build
2021-02-02 16:27:30 +01:00

5 lines
122 B
Makefile

build:
docker build -t wirelos/platformio .
run-workspace:
docker run -it --rm -v $PWD:/project wirelos/platformio bash