aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-12 08:47:24 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-12 08:47:24 +0800
commitb27fd8f7572ee4774e1bdb635b0d9eda4339734a (patch)
treebfdb417705a4c8fb1b0d394568505a593f80616f /Makefile
parent76977635e28e06192a486a9452e03bc7b8f612dc (diff)
manual hash approach is even slower than STL mapfaster_fetch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45795d8..25975ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-main: main.o parser.o builtin.o model.o eval.o exc.o consts.o types.o
+main: main.o parser.o builtin.o model.o eval.o exc.o consts.o types.o hash.o
g++ -o main $^ -pg -lgmp
.cpp.o: