Skip to content

Commit

Permalink
cherry-pick 37ae52a
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed May 9, 2023
1 parent 04f746b commit 437a5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ INSTALL ?= install

all: ;

build: target/release/libatc_router.so target/release/libatc_router.a
build: target/release/libatc_router.$(SHLIB_EXT) target/release/libatc_router.a

target/release/libatc_router.%: src/*.rs
cargo build --release
Expand Down

0 comments on commit 437a5d4

Please sign in to comment.