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
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 0 additions and 8 deletions

View File

@ -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