3 lines
86 B
Makefile
3 lines
86 B
Makefile
CXX=clang++
|
|
test: SharedPtr_test.cpp SharedPtr.hpp
|
|
$(CXX) SharedPtr_test.cpp -o test
|