Skip to content

Commit

Permalink
Fix cloning to non-empty existing directory (#139) (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
wavvs authored and radare committed Mar 19, 2018
1 parent fbc790d commit 41b78ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2snowman/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ cmakeVersion:
cmake --version

snowman: cmakeVersion
git clone -b feature/output-ranges https://github.com/fabianfreyer/snowman.git
(test -d snowman && rm -rf snowman/*) || git clone -b feature/output-ranges https://github.com/fabianfreyer/snowman.git

0 comments on commit 41b78ff

Please sign in to comment.