5 lines
203 B
Makefile
5 lines
203 B
Makefile
|
|
||
|
main: headerTest.cpp ../../libvmime-debug.a
|
||
|
g++ -o headerTest headerTest.cpp ../../libvmime-debug.a ../lib/unit++/unit++.cc ../lib/unit++/main.cc ../lib/unit++/optmap.cc ../lib/unit++/tester.cc -Wall
|
||
|
|