CXX_SOURCES := main.cpp
CXXFLAGS_EXTRAS := -fsanitize=address -g
LD_EXTRAS := -fsanitize=address

include Makefile.rules
