Files @ fda8425fac05
Branch filter:

Location: AENC/switchchain/cpp/Makefile - annotation

Tom Bannink
Add scatter plot of GCM success rate vs mixing time

INCLUDES += -I.

CXXFLAGS += -std=c++14 -O3 -Wall -Wextra -Wfatal-errors -Wno-deprecated-declarations $(INCLUDES)

switchchain:

# target : dep1 dep2 dep3
# 	$@ = target
# 	$< = dep1
# 	$^ = dep1 dep2 dep3