cs440-assignment3/Makefile
2026-01-14 14:36:04 -05:00

3 lines
86 B
Makefile

CXX=clang++
test: SharedPtr_test.cpp SharedPtr.hpp
$(CXX) SharedPtr_test.cpp -o test