Skip to content
Snippets Groups Projects
Commit b7c235d1 authored by Wilke Pierre's avatar Wilke Pierre
Browse files

Ajout de la cible make eval

parent 165452e4
No related branches found
No related tags found
No related merge requests found
......@@ -196,6 +196,12 @@ docker-qemu:
docker-qemu-gdb:
docker run --rm --user $(shell id -u):$(shell id -g) --name os-container -p 26000-26003:26000-26003 -v "$(shell pwd)":/data -it pwilke/os-infosec make qemu-gdb ${MAKEFLAGS}
ifndef ACT
ACT := default
endif
eval:
./run_docker.sh $(ACT)
##
## FOR submitting lab solutions
##
......
#!/bin/bash
docker run --rm --user $(id -u):$(id -g) --name os-container -v "$(pwd)":/data -it pwilke/oscorrector $@
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