Remove run targets from makefile.

These no longer make sense since we have to pass a parameter to the script for the path to the org-mode document.
This commit is contained in:
Tom Alexander
2023-08-10 19:34:43 -04:00
parent 3ee18072c2
commit f6e539a40b

View File

@@ -45,14 +45,6 @@ integrationtest:
unittest: unittest:
> cargo test --lib -- --test-threads $(TESTJOBS) > cargo test --lib -- --test-threads $(TESTJOBS)
.PHONY: run
run:
> cargo run
.PHONY: debug
debug:
> RUST_LOG=debug cargo run
.PHONY: jaeger .PHONY: jaeger
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 > 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