Least-Common-Multiple/Makefile
2020-12-03 11:43:51 -05:00

3 lines
52 B
Makefile

a.out: main.cpp
clang++ -O0 -g -std=c++14 main.cpp