Skip to content

Instantly share code, notes, and snippets.

@sezerb
Created February 13, 2015 09:58
all: run
run: Main
Main: Main.cpp
arm-none-linux-gnueabi-g++ -I/home/sezerb/build/install/include -L/home/sezerb/build/install/lib Main.cpp -lopencv_core -o Main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment