Skip to content

Commit

Permalink
[skyhwd] refs skycoin#126 Updated Makefile, get Hardware-Wallet-Deamo…
Browse files Browse the repository at this point in the history
…n spec
  • Loading branch information
stdevMac committed Apr 14, 2019
1 parent 84d25d7 commit 5d215cf
Show file tree
Hide file tree
Showing 2 changed files with 3,628 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ configure: ## Configure build environment
mkdir -p $(BUILD_DIR)/usr/tmp $(BUILD_DIR)/usr/lib $(BUILD_DIR)/usr/include
mkdir -p $(BUILDLIBC_DIR) $(BIN_DIR) $(INCLUDE_DIR)
mkdir -p $(DIST_DIR)
rm -rf lib/skywallet-deamon-spec.yml
(cd lib && wget https://github.com/skycoin/hardware-wallet-daemon/blob/master/swagger.yml && mv swagger.yml skywallet-deamon-spec.yml)

$(BUILDLIBC_DIR)/libskycoin.a: $(LIB_FILES) $(SRC_FILES) $(HEADER_FILES)
rm -f $(BUILDLIBC_DIR)/libskycoin.a
Expand Down
Loading

0 comments on commit 5d215cf

Please sign in to comment.