Skip to content

Commit

Permalink
Don't show the full executable path for Cargo status line
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy committed Sep 4, 2021
1 parent 5aa7075 commit 46000ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ print_status = @ printf ' \033[1;35m♦ %s\033[0m\n' '$(1)'
all: $(html_files) site/styles.css

$(build_nav) $(build_page): target/debug/%: $(shell find src)
$(call print_status,Cargo $@)
$(call print_status,Cargo $(@F))
@ cargo build --bin $(@F) --locked

$(nav_json): $(md_files) $(build_nav)
Expand Down

0 comments on commit 46000ee

Please sign in to comment.