tsdconseil / opencv-demonstrator

OpenCV demonstrator (GUI)
http://www.tsdconseil.fr/log/opencv/demo/index-en.html
GNU Lesser General Public License v3.0
141 stars 57 forks source link

New build targets for the global Makefile. #11

Closed valera-rozuvan closed 8 years ago

valera-rozuvan commented 8 years ago

@shervinemami @juliena82 Please be aware that I updated the global Makefile. Now you can use:

$ make windows

or

$ make linux

Also, I have included a clean target:

$ make clean

I have also updated the doc/build-instructions.md file.

juliena82 commented 8 years ago

Good modification!