CXX=g++
CXXFLAGS=-Wall -pedantic -std=c++17

HomeVenue: home_venue.o
	${CXX} -o $@ ${CXXFLAGS} $^

