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:
parent
3ee18072c2
commit
f6e539a40b
8
Makefile
8
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user