mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2026-05-06 16:53:34 +02:00
5 lines
122 B
Makefile
5 lines
122 B
Makefile
build:
|
|
docker build -t wirelos/platformio .
|
|
run-workspace:
|
|
docker run -it --rm -v $PWD:/project wirelos/platformio bash
|