Skip to content
Snippets Groups Projects
Verified Commit 8d7cbfda authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added rc:_circuit

parent a7c2ae5f
No related branches found
No related tags found
No related merge requests found
Pipeline #24772 failed
......@@ -27,8 +27,8 @@ all: cours.pdf cours.html
docker: docker-compose.yml
docker-compose run cours
chown $(USER):$(GROUP) cours.html
chown $(USER):$(GROUP) cours.pdf
# chown $(USER):$(GROUP) cours.html
# chown $(USER):$(GROUP) cours.pdf
docker_clean: docker-compose.yml
docker-compose run cours clean
......@@ -86,6 +86,10 @@ deploy: all
cp practical_work/electric_fl/*.pdf phys/field_lines/
cp practical_work/electric_fl/*.html phys/field_lines/
cd practical_work/electric_fl && tar cvf utils_jour.tar utils Jour && tar cvf utils_soir.tar utils Soir && cp *.tar ../../phys/field_lines
cd ..
make -C practical_work/rc_circuit
cp practical_work/rc_circuit/*.pdf phys/rc_circuit/
cp practical_work/rc_circuit/*.html phys/rc_circuit/
clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment