Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into fastmoe
Browse files Browse the repository at this point in the history
  • Loading branch information
shjwudp committed Sep 8, 2021
2 parents 2846c3a + c6a053a commit 01762a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ test:
clean:
rm -f $(PLUGIN_SO) $(BAGUA_NET_LIB)

tar:
tar: $(PLUGIN_SO)
mkdir build && mv $(PLUGIN_SO) build \
&& tar xzf build.tar.gz
&& tar czf build.tar.gz build

0 comments on commit 01762a4

Please sign in to comment.