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