From 16204103728be9a3ec9289f54e8a43e74f6f8972 Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Sun, 4 Oct 2015 18:37:23 -0500 Subject: [PATCH] Fixed example/Makefile. --- example/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Makefile b/example/Makefile index edb5258..2b15882 100644 --- a/example/Makefile +++ b/example/Makefile @@ -3,7 +3,7 @@ CXX := c++ endif ifndef CXXFLAGS -CXXFLAGS := -std=c++11 -Wall -I .. -o +CXXFLAGS := -std=c++11 -Wall -I .. -I../extra -o endif SOURCES := $(wildcard *.cc)