diff options
| author | Vincent Richard <[email protected]> | 2004-10-05 21:03:58 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-10-05 21:03:58 +0200 |
| commit | 4661f3f6a326955fcad2d37610b76fe2677db9eb (patch) | |
| tree | a9dff4fe5f1127aceae6de982369f2e419311606 /tests/encoding/Makefile | |
| parent | Changed meaning of "path" portion in a URL. This does not specify the root pa... (diff) | |
| download | vmime-4661f3f6a326955fcad2d37610b76fe2677db9eb.tar.gz vmime-4661f3f6a326955fcad2d37610b76fe2677db9eb.zip | |
Files omitted during initial import.
Diffstat (limited to 'tests/encoding/Makefile')
| -rw-r--r-- | tests/encoding/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/encoding/Makefile b/tests/encoding/Makefile new file mode 100644 index 00000000..7c0fe6c0 --- /dev/null +++ b/tests/encoding/Makefile @@ -0,0 +1,5 @@ + + +main: main.cpp ../../libvmime-debug.a + g++ -g -o main main.cpp ../../libvmime-debug.a + |
