Project 'mj/mo-submit' was moved to 'mo-p/osmo'. Please update any links and bookmarks that may still have the old path.
Select Git revision
util.py
Makefile 218 B
test: ab_tree_test
./$<
CXXFLAGS=-std=c++11 -O2 -Wall -Wextra -g -Wno-sign-compare
ab_tree_test: ab_tree_test.cpp ab_tree.h test_main.cpp
$(CXX) $(CXXFLAGS) $^ -o $@
clean:
rm -f ab_tree_test
.PHONY: clean test