Math-Practice/Makefile

3 lines
97 B
Makefile

mathprac: main.cpp Problem.cpp
clang++ -o mathprac -std=c++11 -g main.cpp Problem.cpp -lncurses