linked_list: linked_list.cc @echo "Building linked list" $(CXX) -o $@ $< @echo "Building unit tests" $(CXX) -o $@_test $<_test googletest/make/gtest_main.a buggy: buggy.cc @echo "Building buggy code" $(CXX) -o $@ $< @echo "Building unit tests" $(CXX) -o $@_test $<_test googletest/make/gtest_main.a