diff --git a/Makefile b/Makefile index 5e8303c5..2d631fbe 100644 --- a/Makefile +++ b/Makefile @@ -45,14 +45,6 @@ integrationtest: unittest: > cargo test --lib -- --test-threads $(TESTJOBS) -.PHONY: run -run: -> cargo run - -.PHONY: debug -debug: -> RUST_LOG=debug cargo run - .PHONY: jaeger jaeger: > docker run -d --rm --name organicdocker -p 6831:6831/udp -p 6832:6832/udp -p 16686:16686 -p 14268:14268 jaegertracing/all-in-one:latest