mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 10:04:30 +01: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
|