Files @ d0cb8a9f1b0e
Branch filter:

Location: AENC/switchchain/cpp/Makefile

Tom Bannink
Add error bars to triangle exponent plot

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