Skip to content

Commit

Permalink
Remove "ovn_northd_ddlog" when "make clean" run.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpettit committed Jan 16, 2019
1 parent e6abff6 commit 9d42e85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ovn/northd/automake.mk
Expand Up @@ -62,6 +62,10 @@ ovn/northd/ovn_northd_ddlog/target/debug/ovn_northd_cli: \
$(AM_V_at)cd ovn/northd/ovn_northd_ddlog && \
RUSTFLAGS='-L ../../lib/.libs -L ../../../lib/.libs -lssl -lcrypto' cargo build

CLEAN_LOCAL += clean-ddlog
clean-ddlog:
rm -rf ovn/northd/ovn_northd_ddlog

ovn/northd/ovn_northd_ddlog/target/debug/libovn_northd_ddlog.la: \
ovn/northd/ovn_northd_ddlog/target/debug/ovn_northd_cli

Expand Down

0 comments on commit 9d42e85

Please sign in to comment.