3 lines
59 B
Makefile
3 lines
59 B
Makefile
all:
|
|
g++ -Wall -o "nmpython" "main.cpp" -lncurses -ltinfo
|
all:
|
|
g++ -Wall -o "nmpython" "main.cpp" -lncurses -ltinfo
|