Skip to content

Commit

Permalink
Updating makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-rosso committed Jan 24, 2017
1 parent 2b6ad48 commit f2d7bb4
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 @@ -26,7 +26,7 @@ clean:
dependencies:
@if [ ! -f Nima-Math-Cpp/Build/include/nima/Mat2D.hpp ]; then \
echo Making Nima-Math-Cpp.; \
cd Nima-Math-Cpp && make; \
cd Nima-Math-Cpp && make -j4; \
fi;

dirs:
Expand Down

0 comments on commit f2d7bb4

Please sign in to comment.