1 2 3 4
EIGEN_DIR=/usr/include/eigen3 libal: main.cpp g++ -O0 -Wall -Werror -ggdb -fsanitize=address -o $@ -isystem $(EIGEN_DIR) $<