3 lines
114 B
Makefile
3 lines
114 B
Makefile
CXX=clang++
|
|
test: SharedPtr_test.cpp SharedPtr.hpp
|
|
$(CXX) SharedPtr_test.cpp -Wall -fsanitize=address -g -o test
|