diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a4297b5..e399199 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -20,22 +20,7 @@ - - - - - - - - - - - - - - - - + diff --git a/compile-with-docker.bat b/compile-with-docker.bat index baf4a7c..3ad0749 100644 --- a/compile-with-docker.bat +++ b/compile-with-docker.bat @@ -1,4 +1,5 @@ @echo off +call clean.bat docker build -t uvk5 . docker run -v %CD%\compiled-firmware:/app/compiled-firmware uvk5 /bin/bash -c "cd /app && make clean && make && cp firmware* compiled-firmware/" -pause \ No newline at end of file +pause