6 lines
89 B
Makefile
6 lines
89 B
Makefile
|
|
|
|
main: main.cpp ../../libvmime-debug.a
|
|
g++ -g -o main main.cpp ../../libvmime-debug.a
|
|
|