Skip to content

Commit

Permalink
Added -p flag so it doesn't stop make if bin exists
Browse files Browse the repository at this point in the history
  • Loading branch information
petehague committed Jan 25, 2019
1 parent b1c6680 commit e37532e
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 @@ -23,7 +23,7 @@ pyskimage:
CXXFLAGS='-std=c++11' python setup.py build

binfolder:
mkdir bin
mkdir -p bin

clean:
rm -rf build
Expand Down

0 comments on commit e37532e

Please sign in to comment.