diff --git a/Makefile b/Makefile index 4042eab..55488b2 100644 --- a/Makefile +++ b/Makefile @@ -23,11 +23,11 @@ debug/build: init messense/rust-musl-cross:x86_64-musl /bin/sh -c "cargo build && chown -R ${SELF_UID}:${SELF_GID} target" release/install: release/build - @cp target/x86_64-unknown-linux-musl/release/md_to_html ~/.local/bin/md_to_html + @cp target/x86_64-unknown-linux-musl/release/md-to-html ~/.local/bin/md-to-html debug/install: debug/build - @cp target/x86_64-unknown-linux-musl/debug/md_to_html ~/.local/bin/md_to_html + @cp target/x86_64-unknown-linux-musl/debug/md-to-html ~/.local/bin/md-to-html run: - @RUST_LOG=debug md_to_html convert --file test/page.md --to /tmp/test-output.html + @RUST_LOG=debug md-to-html convert --file test/page.md --to /tmp/test-output.html @bat /tmp/test-output.html