Fixed example/Makefile.

This commit is contained in:
Anton Bachin 2015-10-04 18:37:23 -05:00
parent 9a2389cd15
commit 1620410372

View File

@ -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)