aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1c9b781..6d82904 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
CXX = g++
CXXFLAGS = -std=c++11 -W -Wall -Wextra -pedantic
-SRC = src/codepoint_iterator.cc \
+SRC = src/utility.cc \
+ src/codepoint_iterator.cc \
test.cc
OBJ = $(subst .cc,.o,$(SRC))