Files
cpp_snippets/Makefile
2021-02-08 12:25:59 +00:00

6 lines
86 B
Makefile

all:
$(CXX) reverse_copy.cpp -std=c++11 -o reverse_copy
clean:
rm -r reverse_copy