We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af16df2 commit 255d299Copy full SHA for 255d299
Makefile
@@ -71,11 +71,11 @@ system_libseff:
71
72
bench_libseff: system_libseff
73
docker run -it --init -v $(shell pwd):/source $(DOCKERHUB):libseff \
74
- make -C /source/benchmarks/libseff
+ sudo make -C /source/benchmarks/libseff
75
76
test_libseff: system_libseff
77
docker run -v $(shell pwd):/source $(DOCKERHUB):libseff \
78
- make -C /source/benchmarks/libseff test
+ sudo make -C /source/benchmarks/libseff test
79
80
# Links
81
system_links: system_base
0 commit comments