aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorcathook <b01902109@csie.ntu.edu.tw>2014-04-22 21:37:53 +0800
committercathook <b01902109@csie.ntu.edu.tw>2014-04-22 21:37:53 +0800
commit5d4e65d6209a078fce2ef094ff2cb812b040513e (patch)
treedb0b58b3192e69457b35671f88073e399a67f657 /Makefile
parentac6d2fcb7b1a77455895fa65b42502c9b29823fd (diff)
downloadmeow-5d4e65d6209a078fce2ef094ff2cb812b040513e.tar
meow-5d4e65d6209a078fce2ef094ff2cb812b040513e.tar.gz
meow-5d4e65d6209a078fce2ef094ff2cb812b040513e.tar.bz2
meow-5d4e65d6209a078fce2ef094ff2cb812b040513e.tar.lz
meow-5d4e65d6209a078fce2ef094ff2cb812b040513e.tar.xz
meow-5d4e65d6209a078fce2ef094ff2cb812b040513e.tar.zst
meow-5d4e65d6209a078fce2ef094ff2cb812b040513e.zip
update readme
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e67d67a..1bb75c5 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ $(TEST)/meowpp: $(TEST)/meowpp.o \
$(TEST)/meowpp_SegmentTree.o \
$(TEST)/meowpp_MergeableHeap.o \
$(TEST)/meowpp_SplayTree.o \
+ $(TEST)/meowpp_VP_Tree.o \
$(CXX) -o $@ $(CXXFLAGS) $^