INCDIR=/usr/local/include/shogun
LIBDIR=/usr/local/lib

rbf_svm:
	gcc rbf_svm.cpp -I$(INCDIR) -L$(LIBDIR) -lshogun -o rbf_svm
