Skip to content

Commit

Permalink
update Makefile because of ubuntu failed to check tools/ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
flabby committed May 12, 2016
1 parent 9a52ab7 commit 8c988a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ all: $(OBJECT)
cp -r $(SO_DIR)/* $(OUTPUT)/lib
cp $(OBJECT) $(OUTPUT)/bin/
mkdir $(OUTPUT)/tools
if [ -d $(TOOLS_DIR) ]; then \
cp -r $(TOOLS_DIR)/* $(OUTPUT)/tools/; \
fi
cp -r $(TOOLS_DIR)/* $(OUTPUT)/tools/
rm -rf $(OBJECT)
@echo "Success, go, go, go..."
Expand Down

0 comments on commit 8c988a2

Please sign in to comment.