diff --git a/Makefile b/Makefile index b55b786..a1658d4 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ CFLAGS=-O2 -Wall # # Uncomment these lines to build with Docker/podman #PWD = $(shell pwd) -#DOCKERARGS = run --rm -v $(PWD):/src -w /src +#DOCKERARGS = run --rm -v $(PWD):/src:z -w /src #GHDL = $(DOCKER) $(DOCKERARGS) ghdl/ghdl:buster-llvm-7 ghdl #CC = $(DOCKER) $(DOCKERARGS) ghdl/ghdl:buster-llvm-7 gcc diff --git a/Makefile.synth b/Makefile.synth index ee6017a..07217e4 100644 --- a/Makefile.synth +++ b/Makefile.synth @@ -10,7 +10,7 @@ DOCKER=docker #DOCKER=podman # PWD = $(shell pwd) -DOCKERARGS = run --rm -v $(PWD):/src -w /src +DOCKERARGS = run --rm -v $(PWD):/src:z -w /src # GHDLSYNTH = ghdl YOSYS = $(DOCKER) $(DOCKERARGS) ghdl/synth:beta yosys