Hack-Type/Makefile
2019-03-29 16:59:38 -04:00

3 lines
58 B
Makefile

a.out: main.cpp
clang++ -std=c++11 -g main.cpp -lncurses