Math-Practice/Makefile

3 lines
107 B
Makefile
Raw Permalink Normal View History

2019-04-01 18:47:16 -04:00
mathprac: main.cpp Problem.cpp Problem.h
2019-03-31 18:40:37 -04:00
clang++ -o mathprac -std=c++11 -g main.cpp Problem.cpp -lncurses