Skip to content

Commit

Permalink
[ci] refs skycoin#51 Solve mkdir issue in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed May 20, 2019
1 parent e572626 commit 1c11f19
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 @@ -182,7 +182,7 @@ install-deps-skyapi-Darwin:
install-deps-libc: install-deps-libc-$(OSNAME)

install-deps-skyapi: install-deps-skyapi-$(UNAME_S) ## Install skyapi(libcurl based) library.
(cd build && git clone https://github.com/uncrustify/uncrustify.git && cd uncrustify && mkdir build && cd build && cmake .. && make && sudo make install)
(mkdir -p build && cd build && git clone https://github.com/uncrustify/uncrustify.git && cd uncrustify && mkdir build && cd build && cmake .. && make && sudo make install)

install-deps-libc-linux: configure-build ## Install locally dependencies for testing libskycoin
wget -c https://github.com/libcheck/check/releases/download/0.12.0/check-0.12.0.tar.gz
Expand Down

0 comments on commit 1c11f19

Please sign in to comment.